[xiph-commits] r15832 - branches/theora-thusnelda
giles at svn.xiph.org
giles at svn.xiph.org
Tue Mar 24 03:15:50 PDT 2009
Author: giles
Date: 2009-03-24 03:15:50 -0700 (Tue, 24 Mar 2009)
New Revision: 15832
Modified:
branches/theora-thusnelda/SConstruct
Log:
Remove unnecessary include directives from the scons build.
Modified: branches/theora-thusnelda/SConstruct
===================================================================
--- branches/theora-thusnelda/SConstruct 2009-03-24 10:09:19 UTC (rev 15831)
+++ branches/theora-thusnelda/SConstruct 2009-03-24 10:15:50 UTC (rev 15832)
@@ -127,7 +127,7 @@
"""
env = conf.Finish()
-env.Append(CPPPATH=['lib', 'include', 'lib/enc'])
+env.Append(CPPPATH=['include'])
env.ParseConfig('pkg-config --cflags --libs ogg')
libtheoradec_Sources = Split(decoder_sources)
More information about the commits
mailing list