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:
authorNathan Letwory <nathan@letworyinteractive.com>2006-08-14 16:47:13 +0400
committerNathan Letwory <nathan@letworyinteractive.com>2006-08-14 16:47:13 +0400
commit800ae7cf466dd50c15c3ecf655f68e0d43de12f2 (patch)
tree7aa76990341b49572163225210ffc20f2d76336e /tools/Blender.py
parent404ccd1a07a5b2d5f649f3403ced9cc37f4556b8 (diff)
[ #4035 ] patch to make scons compile with ffmpeg in mingw
Submitted by Joseph Eagar (joeedh). windows/gcc ffmpeg library may need recompiling to support all codecs necessary (ie. H264 doesn't work).
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'])