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:
Diffstat (limited to 'extern/SConscript')
-rw-r--r--extern/SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/extern/SConscript b/extern/SConscript
index 0be34630600..924b7f54507 100644
--- a/extern/SConscript
+++ b/extern/SConscript
@@ -14,5 +14,5 @@ if env['WITH_BF_INTERNATIONAL']:
if env['WITH_BF_VERSE']:
SConscript(['verse/dist/SConstruct'])
-if env['WITH_BF_FFMPEG']:
+if env['WITH_BF_FFMPEG'] and env['BF_FFMPEG_LIB'] == '':
SConscript(['ffmpeg/SConscript']);