Updating CMake to install the correct ffmpeg libs.
This commit is contained in:
@@ -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}
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user