From a8096ef0acb780d5a6d93aef422ce3d82877a60c Mon Sep 17 00:00:00 2001 From: Mitchell Stokes Date: Sun, 7 Aug 2011 19:32:22 +0000 Subject: [PATCH] Updating CMake to install the correct ffmpeg libs. --- source/creator/CMakeLists.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/source/creator/CMakeLists.txt b/source/creator/CMakeLists.txt index 43fec85b5bf..da08547e803 100644 --- a/source/creator/CMakeLists.txt +++ b/source/creator/CMakeLists.txt @@ -547,11 +547,11 @@ elseif(WIN32) if(WITH_CODEC_FFMPEG) install( FILES - ${LIBDIR}/ffmpeg/lib/avcodec-52.dll - ${LIBDIR}/ffmpeg/lib/avformat-52.dll - ${LIBDIR}/ffmpeg/lib/avdevice-52.dll - ${LIBDIR}/ffmpeg/lib/avutil-50.dll - ${LIBDIR}/ffmpeg/lib/swscale-0.dll + ${LIBDIR}/ffmpeg-0.8/lib/avcodec-53.dll + ${LIBDIR}/ffmpeg-0.8/lib/avformat-53.dll + ${LIBDIR}/ffmpeg-0.8/lib/avdevice-53.dll + ${LIBDIR}/ffmpeg-0.8/lib/avutil-51.dll + ${LIBDIR}/ffmpeg-0.8/lib/swscale-2.dll DESTINATION ${TARGETDIR} )