From 2702170717b450432dd22cb0abe3fd6dd9ede8fd Mon Sep 17 00:00:00 2001 From: Antony Riakiotakis Date: Sun, 30 Mar 2014 00:51:30 +0200 Subject: Fix mingw32 compilation --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index a29da367040..db89daa9886 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() -- cgit v1.2.3