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 'tools/Blender.py')
-rw-r--r--tools/Blender.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/Blender.py b/tools/Blender.py
index 8c334a70536..c1e43d9ceeb 100644
--- a/tools/Blender.py
+++ b/tools/Blender.py
@@ -119,6 +119,7 @@ def setup_staticlibs(lenv):
lenv['BF_ICONV_LIBPATH']
]
libincs += Split(lenv['BF_OPENEXR_LIBPATH'])
+ libincs += Split(lenv['BF_FFMPEG_LIBPATH'])
if lenv['WITH_BF_INTERNATIONAL']:
libincs += Split(lenv['BF_GETTEXT_LIBPATH'])