BGE: VideoTexture was not included, missing WITH_FFMEG defined. Fixed in all building system.

This commit is contained in:
Benoit Bolsee
2010-02-07 14:12:39 +00:00
parent 6d38010cc5
commit 81fd89c8e0
3 changed files with 11 additions and 4 deletions

View File

@@ -32,6 +32,9 @@ if env['WITH_BF_PYTHON']:
incs += ' ' + env['BF_PYTHON_INC']
else:
defs.append('DISABLE_PYTHON')
if env['WITH_FFMPEG']:
defs.append('DWITH_FFMPEG')
if env['OURPLATFORM'] in ('win32-vc', 'win64-vc', 'win32-mingw'):
if env['BF_DEBUG']: