Browse Source

cmake: Also copy libvpx library for MSVC if available

jp9000 9 years ago
parent
commit
6014d4dc6d
1 changed files with 3 additions and 0 deletions
  1. 3 0
      cmake/Modules/CopyMSVCBins.cmake

+ 3 - 0
cmake/Modules/CopyMSVCBins.cmake

@@ -68,6 +68,9 @@ file(GLOB FFMPEG_BIN_FILES
 	"${FFMPEG_avcodec_INCLUDE_DIR}/bin/libogg*.dll"
 	"${FFMPEG_avcodec_INCLUDE_DIR}/bin/libogg*.dll"
 	"${FFMPEG_avcodec_INCLUDE_DIR}/bin/libvorbis*.dll"
 	"${FFMPEG_avcodec_INCLUDE_DIR}/bin/libvorbis*.dll"
 
 
+	"${FFMPEG_avcodec_INCLUDE_DIR}/../bin/libvpx*.dll"
+	"${FFMPEG_avcodec_INCLUDE_DIR}/bin/libvpx*.dll"
+
 	"${FFMPEG_avcodec_INCLUDE_DIR}/../bin${_bin_suffix}/libopus*.dll"
 	"${FFMPEG_avcodec_INCLUDE_DIR}/../bin${_bin_suffix}/libopus*.dll"
 	"${FFMPEG_avcodec_INCLUDE_DIR}/../bin${_bin_suffix}/opus*.dll"
 	"${FFMPEG_avcodec_INCLUDE_DIR}/../bin${_bin_suffix}/opus*.dll"
 	"${FFMPEG_avcodec_INCLUDE_DIR}/bin${_bin_suffix}/libopus*.dll"
 	"${FFMPEG_avcodec_INCLUDE_DIR}/bin${_bin_suffix}/libopus*.dll"