[Bf-blender-cvs] [2702170] master: Fix mingw32 compilation

Antony Riakiotakis noreply at git.blender.org
Sun Mar 30 01:51:53 CET 2014


Commit: 2702170717b450432dd22cb0abe3fd6dd9ede8fd
Author: Antony Riakiotakis
Date:   Sun Mar 30 00:51:30 2014 +0200
https://developer.blender.org/rB2702170717b450432dd22cb0abe3fd6dd9ede8fd

Fix mingw32 compilation

===================================================================

M	CMakeLists.txt

===================================================================

diff --git a/CMakeLists.txt b/CMakeLists.txt
index a29da36..db89daa 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1436,7 +1436,7 @@ elseif(WIN32)
 			if(WITH_MINGW64)
 				set(FFMPEG_LIBRARIES avcodec.dll avformat.dll avdevice.dll avutil.dll swscale.dll swresample.dll)
 			else()
-				set(FFMPEG_LIBRARIES avcodec-53 avformat-53 avdevice-53 avutil-51 swscale-2)
+				set(FFMPEG_LIBRARIES avcodec-55 avformat-55 avdevice-55 avutil-52 swscale-2)
 			endif()
 			set(FFMPEG_LIBPATH ${FFMPEG}/lib)
 		endif()




More information about the Bf-blender-cvs mailing list