[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [26678] trunk/blender/source/gameengine/ Ketsji/SConscript: Wrong argument name for scons

Martin Poirier theeth at yahoo.com
Sun Feb 7 15:59:01 CET 2010


Revision: 26678
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=26678
Author:   theeth
Date:     2010-02-07 15:59:00 +0100 (Sun, 07 Feb 2010)

Log Message:
-----------
Wrong argument name for scons

Modified Paths:
--------------
    trunk/blender/source/gameengine/Ketsji/SConscript

Modified: trunk/blender/source/gameengine/Ketsji/SConscript
===================================================================
--- trunk/blender/source/gameengine/Ketsji/SConscript	2010-02-07 14:25:09 UTC (rev 26677)
+++ trunk/blender/source/gameengine/Ketsji/SConscript	2010-02-07 14:59:00 UTC (rev 26678)
@@ -33,7 +33,7 @@
 else:
 	defs.append('DISABLE_PYTHON')
 
-if env['WITH_FFMPEG']:
+if env['WITH_BF_FFMPEG']:
 	defs.append('DWITH_FFMPEG')
 	
 if env['OURPLATFORM'] in ('win32-vc', 'win64-vc', 'win32-mingw'):





More information about the Bf-blender-cvs mailing list