diff --git a/source/blender/python/SConscript b/source/blender/python/SConscript index 481d66a9de7..cd1666d0eed 100644 --- a/source/blender/python/SConscript +++ b/source/blender/python/SConscript @@ -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])