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>2007-12-29 23:47:39 +0300
committerNathan Letwory <nathan@letworyinteractive.com>2007-12-29 23:47:39 +0300
commit47f9c1fa5f14d0a1b39d90fe4a11f752f8dfe463 (patch)
tree822359757e2948f56268c1d32ce88b27e0e11840 /config/win32-mingw-config.py
parentdc98efaaa04cf38d777838fce18948ab64f6fbd5 (diff)
* some additions and a removal in stubs.c (by elubie)
* mingw config update to link properly with ffmpeg
Diffstat (limited to 'config/win32-mingw-config.py')
-rw-r--r--config/win32-mingw-config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/win32-mingw-config.py b/config/win32-mingw-config.py
index 54d8e0c6ffd..8c8c12db46f 100644
--- a/config/win32-mingw-config.py
+++ b/config/win32-mingw-config.py
@@ -18,7 +18,7 @@ BF_OPENAL_LIB = 'openal_static'
BF_OPENAL_LIBPATH = '${BF_OPENAL}/lib'
WITH_BF_FFMPEG = 'false'
-BF_FFMPEG_LIB = 'avformat avutil avcodec'
+BF_FFMPEG_LIB = 'avformat swscale avcodec avutil xvidcore x264'
BF_FFMPEG_LIBPATH = LIBDIR + '/gcc/ffmpeg/lib'
BF_FFMPEG_INC = LIBDIR + '/gcc/ffmpeg/include'