26 lines
908 B
Diff
26 lines
908 B
Diff
From b07a1d2ddfe8059f1682e01370f8d3b42791d181 Mon Sep 17 00:00:00 2001
|
|
From: Tristan Matthews <le.businessman@gmail.com>
|
|
Date: Tue, 11 Feb 2014 18:51:20 +0000
|
|
Subject: [PATCH] examples: fix underlinking
|
|
|
|
svn path=/trunk/theora/; revision=19087
|
|
---
|
|
examples/Makefile.am | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/examples/Makefile.am b/examples/Makefile.am
|
|
index b9e598e..2c8ad1c 100644
|
|
--- a/examples/Makefile.am
|
|
+++ b/examples/Makefile.am
|
|
@@ -26,7 +26,7 @@ libtheora_info_LDADD = $(LDADDENC)
|
|
|
|
player_example_SOURCES = player_example.c
|
|
player_example_CFLAGS = $(SDL_CFLAGS) $(OGG_CFLAGS) $(VORBIS_CFLAGS)
|
|
-player_example_LDADD = $(LDADDDEC) $(SDL_LIBS) $(VORBIS_LIBS) $(OSS_LIBS)
|
|
+player_example_LDADD = $(LDADDDEC) $(SDL_LIBS) $(VORBIS_LIBS) $(OSS_LIBS) -lm
|
|
|
|
encoder_example_SOURCES = encoder_example.c
|
|
EXTRA_encoder_example_SOURCES = getopt.c getopt1.c getopt.h
|
|
--
|
|
1.8.3.1
|