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
path: root/config
diff options
context:
space:
mode:
authorDalai Felinto <dfelinto@gmail.com>2009-03-26 02:09:17 +0300
committerDalai Felinto <dfelinto@gmail.com>2009-03-26 02:09:17 +0300
commitc53577a1189dd71efe6a2bdd589dab7896deb946 (patch)
treef0d9ba4110579eee8b86b41a88b3804259fbdde2 /config
parent616897d0db674275b0f8d962f220f8d722a976d5 (diff)
scons+msvc update for the FFMpeg recent updates
Diffstat (limited to 'config')
-rw-r--r--config/win32-vc-config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/win32-vc-config.py b/config/win32-vc-config.py
index 6e56af2d95e..4ffffc46167 100644
--- a/config/win32-vc-config.py
+++ b/config/win32-vc-config.py
@@ -9,7 +9,7 @@ WITH_BF_FFMPEG = True # -DWITH_FFMPEG
BF_FFMPEG = LIBDIR +'/ffmpeg'
BF_FFMPEG_INC = '${BF_FFMPEG}/include'
BF_FFMPEG_LIBPATH='${BF_FFMPEG}/lib'
-BF_FFMPEG_LIB = 'avformat-52.lib avcodec-51.lib avdevice-52.lib avutil-49.lib swscale-0.lib'
+BF_FFMPEG_LIB = 'avformat-52.lib avcodec-52.lib avdevice-52.lib avutil-50.lib swscale-0.lib'
BF_PYTHON = LIBDIR + '/python'
BF_PYTHON_VERSION = '2.5'