BGE: Fix typo in SConscript preventing to import VideoTexture module.

This commit is contained in:
Benoit Bolsee 2010-02-07 16:52:19 +00:00
parent 60bf5465a4
commit 3e598e7468

@ -34,7 +34,7 @@ else:
defs.append('DISABLE_PYTHON')
if env['WITH_BF_FFMPEG']:
defs.append('DWITH_FFMPEG')
defs.append('WITH_FFMPEG')
if env['OURPLATFORM'] in ('win32-vc', 'win64-vc', 'win32-mingw'):
if env['BF_DEBUG']: