[xiph-commits] r19087 - trunk/theora/examples
tmatth at svn.xiph.org
tmatth at svn.xiph.org
Tue Feb 11 10:51:20 PST 2014
Author: tmatth
Date: 2014-02-11 10:51:20 -0800 (Tue, 11 Feb 2014)
New Revision: 19087
Modified:
trunk/theora/examples/Makefile.am
Log:
examples: fix underlinking
Modified: trunk/theora/examples/Makefile.am
===================================================================
--- trunk/theora/examples/Makefile.am 2014-02-11 18:39:25 UTC (rev 19086)
+++ trunk/theora/examples/Makefile.am 2014-02-11 18:51:20 UTC (rev 19087)
@@ -26,7 +26,7 @@
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
More information about the commits
mailing list