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:
-rw-r--r--extern/SConscript5
1 files changed, 3 insertions, 2 deletions
diff --git a/extern/SConscript b/extern/SConscript
index bcf67055788..0e46adeb9be 100644
--- a/extern/SConscript
+++ b/extern/SConscript
@@ -16,7 +16,8 @@ if env['WITH_BF_VERSE']:
SConscript(['verse/dist/SConstruct'])
if env['WITH_BF_FFMPEG'] and env['BF_FFMPEG_LIB'] == '':
- SConscript(['ffmpeg/SConscript']);
+ SConscript(['x264/SConscript'])
+ SConscript(['ffmpeg/SConscript'])
if env['OURPLATFORM'] == 'linux2':
- SConscript(['binreloc/SConscript']); \ No newline at end of file
+ SConscript(['binreloc/SConscript']);