[xiph-commits] r16712 - trunk/theora/lib

giles at svn.xiph.org giles at svn.xiph.org
Mon Nov 16 12:32:14 PST 2009


Author: giles
Date: 2009-11-16 12:32:14 -0800 (Mon, 16 Nov 2009)
New Revision: 16712

Modified:
   trunk/theora/lib/Makefile.am
Log:
Link libtheoraenc with libtheoradec at build time, as required by some
platforms.


Modified: trunk/theora/lib/Makefile.am
===================================================================
--- trunk/theora/lib/Makefile.am	2009-11-16 19:41:19 UTC (rev 16711)
+++ trunk/theora/lib/Makefile.am	2009-11-16 20:32:14 UTC (rev 16712)
@@ -155,6 +155,7 @@
   -version-info @THENC_LIB_CURRENT@:@THENC_LIB_REVISION@:@THENC_LIB_AGE@ \
   @THEORAENC_LDFLAGS@ $(OGG_LIBS) \
   -no-undefined
+libtheoraenc_la_LIBADD = libtheoradec.la
 
 libtheora_la_SOURCES = \
 	$(decoder_sources) \



More information about the commits mailing list