Scons/FFMPEG:

* Fixing compile error, ffmpeg include was missing.
This commit is contained in:
2011-12-28 15:08:58 +00:00
parent 45ac43946f
commit 6e94bdd8e4

View File

@@ -48,6 +48,7 @@ if env['WITH_BF_CYCLES']:
if env['WITH_BF_FFMPEG']:
defs.append('WITH_FFMPEG')
incs += ' ' + env['BF_FFMPEG_INC']
sources = env.Glob('intern/*.c')
env.BlenderLib( libname = 'bf_python', sources = Split(sources), includes = Split(incs), defines = defs, libtype = ['core'], priority = [361])