[xiph-commits] r15833 - branches/theora-thusnelda

giles at svn.xiph.org giles at svn.xiph.org
Tue Mar 24 03:22:58 PDT 2009


Author: giles
Date: 2009-03-24 03:22:58 -0700 (Tue, 24 Mar 2009)
New Revision: 15833

Modified:
   branches/theora-thusnelda/SConstruct
Log:
Add the theoradec library to the shard theoraenc library link list,
as required on MacOS X.


Modified: branches/theora-thusnelda/SConstruct
===================================================================
--- branches/theora-thusnelda/SConstruct	2009-03-24 10:15:50 UTC (rev 15832)
+++ branches/theora-thusnelda/SConstruct	2009-03-24 10:22:58 UTC (rev 15833)
@@ -142,7 +142,7 @@
 libtheoraenc_a = env.Library('lib/theoraenc',
 	path('lib', libtheoraenc_Sources))
 libtheoraenc_so = env.SharedLibrary('lib/theoraenc',
-	path('lib', libtheoraenc_Sources))
+	path('lib', libtheoraenc_Sources) + [libtheoradec_so])
 
 libtheora_a = env.Library('lib/theora',
 	path('lib', libtheora_Sources))



More information about the commits mailing list