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:
authorAndrea Weikert <elubie@gmx.net>2008-04-21 23:24:30 +0400
committerAndrea Weikert <elubie@gmx.net>2008-04-21 23:24:30 +0400
commit2a7fa9e14730d44cdb2d4302481be866735d7300 (patch)
treeaa2d7feab677ba5db875087ca4b6b3fa12fb4779 /config
parent46847c8a84d417166d413bce2a43718346ebe419 (diff)
== SCONS ==
added new ffmpeg libraries to scons win32 msvc build.
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 1b75f981a37..1f7e62102af 100644
--- a/config/win32-vc-config.py
+++ b/config/win32-vc-config.py
@@ -9,7 +9,7 @@ WITH_BF_FFMPEG = 'false' # -DWITH_FFMPEG
BF_FFMPEG = LIBDIR +'/ffmpeg'
BF_FFMPEG_INC = '${BF_FFMPEG}/include'
BF_FFMPEG_LIBPATH='${BF_FFMPEG}/lib'
-BF_FFMPEG_LIB = 'avformat-51.lib avcodec-51.lib avutil-49.lib'
+BF_FFMPEG_LIB = 'avformat-52.lib avcodec-51.lib avdevice-52.lib avutil-49.lib swscale-0.lib'
BF_PYTHON = LIBDIR + '/python'
BF_PYTHON_VERSION = '2.5'