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:
authorDalai Felinto <dfelinto@gmail.com>2009-04-28 02:14:51 +0400
committerDalai Felinto <dfelinto@gmail.com>2009-04-28 02:14:51 +0400
commitfa826774a3f2a2db67466d38ed26fbdb845e37a4 (patch)
tree02c924c56cba1b60ce7b62af7c8134135d1cb82e /CMakeLists.txt
parentdc664e3925d97f1a8bef8c85d5a47941e0866ad4 (diff)
CMake files changes for FFMpeg update
This was broken since last month !!!
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 0b7f3999e82..1340ec0f3b9 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -285,7 +285,7 @@ IF(WIN32)
SET(FFMPEG ${LIBDIR}/ffmpeg)
SET(FFMPEG_INC ${FFMPEG}/include)
- SET(FFMPEG_LIB avcodec-51 avformat-52 avdevice-52 avutil-49 swscale-0)
+ SET(FFMPEG_LIB avcodec-52 avformat-52 avdevice-52 avutil-50 swscale-0)
SET(FFMPEG_LIBPATH ${FFMPEG}/lib)
IF(CMAKE_CL_64)