Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Sharybin <sergey.vfx@gmail.com>2014-01-28 13:14:00 +0400
committerSergey Sharybin <sergey.vfx@gmail.com>2014-01-28 13:14:00 +0400
commitf194ab765996cb9830da2396f28f1ddad1778d0b (patch)
treecd5d98aa9df4be447b241480ec92ae285f2f3c41 /source/blender/makesrna/SConscript
parentdfdf19cc595e979c3cd426fa07f13973b26bd24a (diff)
Compilation fix for SCons
Was broken by recent FFmpeg changes.
Diffstat (limited to 'source/blender/makesrna/SConscript')
-rw-r--r--source/blender/makesrna/SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesrna/SConscript b/source/blender/makesrna/SConscript
index d74cf20c582..7abda8790c3 100644
--- a/source/blender/makesrna/SConscript
+++ b/source/blender/makesrna/SConscript
@@ -92,7 +92,7 @@ if env['WITH_BF_FRAMESERVER']:
if env['WITH_BF_FFMPEG']:
defs.append('WITH_FFMPEG')
- incs += ' ' + env['BF_FFMPEG_INC']
+ incs += ' ' + env['BF_FFMPEG_INC'] + ' #/intern/ffmpeg'
if env['WITH_BF_QUICKTIME']:
defs.append('WITH_QUICKTIME')