[xiph-commits] r15472 - trunk/theora
giles at svn.xiph.org
giles at svn.xiph.org
Thu Oct 30 10:59:16 PDT 2008
Author: giles
Date: 2008-10-30 10:59:16 -0700 (Thu, 30 Oct 2008)
New Revision: 15472
Modified:
trunk/theora/SConstruct
Log:
Scons build: also install libtheoraenc.
Modified: trunk/theora/SConstruct
===================================================================
--- trunk/theora/SConstruct 2008-10-30 17:58:24 UTC (rev 15471)
+++ trunk/theora/SConstruct 2008-10-30 17:59:16 UTC (rev 15472)
@@ -207,6 +207,7 @@
env.Alias('install', prefix)
env.Install(lib_dir, [libtheora_a, libtheora_so])
env.Install(lib_dir, [libtheoradec_a, libtheoradec_so])
+env.Install(lib_dir, [libtheoraenc_a, libtheoraenc_so])
# example programs
dump_video = env.Copy()
More information about the commits
mailing list