[xiph-commits] r17184 - trunk/ffmpeg2theora

j at svn.xiph.org j at svn.xiph.org
Thu Apr 29 00:29:27 PDT 2010


Author: j
Date: 2010-04-29 00:29:27 -0700 (Thu, 29 Apr 2010)
New Revision: 17184

Modified:
   trunk/ffmpeg2theora/SConstruct
Log:
add /home/j/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games to scons path.

Modified: trunk/ffmpeg2theora/SConstruct
===================================================================
--- trunk/ffmpeg2theora/SConstruct	2010-04-29 07:28:06 UTC (rev 17183)
+++ trunk/ffmpeg2theora/SConstruct	2010-04-29 07:29:27 UTC (rev 17184)
@@ -73,6 +73,8 @@
 if GetOption("help"):
     Return()
 
+env.PrependENVPath ('PATH', os.environ['PATH'])
+
 def ParsePKGConfig(env, name): 
   if os.environ.get('PKG_CONFIG_PATH', ''):
     action = 'PKG_CONFIG_PATH=%s pkg-config %s "%s"' % (os.environ['PKG_CONFIG_PATH'], pkg_flags, name)



More information about the commits mailing list