浏览代码

Add optional support for opus for FFmpeg

jp9000 10 年之前
父节点
当前提交
2ba5782fff
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      cmake/Modules/CopyMSVCBins.cmake

+ 4 - 0
cmake/Modules/CopyMSVCBins.cmake

@@ -41,6 +41,10 @@ file(GLOB FFMPEG_BIN_FILES
 	"${FFMPEG_avcodec_INCLUDE_DIR}/../bin/zlib*.dll"
 	"${FFMPEG_avcodec_INCLUDE_DIR}/../bin/zlib*.dll"
 	"${FFMPEG_avcodec_INCLUDE_DIR}/bin/libbz2*.dll"
 	"${FFMPEG_avcodec_INCLUDE_DIR}/bin/libbz2*.dll"
 	"${FFMPEG_avcodec_INCLUDE_DIR}/bin/zlib*.dll"
 	"${FFMPEG_avcodec_INCLUDE_DIR}/bin/zlib*.dll"
+	"${FFMPEG_avcodec_INCLUDE_DIR}/../bin/libopus*.dll"
+	"${FFMPEG_avcodec_INCLUDE_DIR}/../bin/opus*.dll"
+	"${FFMPEG_avcodec_INCLUDE_DIR}/bin/libopus*.dll"
+	"${FFMPEG_avcodec_INCLUDE_DIR}/bin/opus*.dll"
 	"${FFMPEG_avutil_INCLUDE_DIR}/bin${_bin_suffix}/avutil-*.dll"
 	"${FFMPEG_avutil_INCLUDE_DIR}/bin${_bin_suffix}/avutil-*.dll"
 	"${FFMPEG_avcodec_INCLUDE_DIR}/bin${_bin_suffix}/avcodec-*.dll"
 	"${FFMPEG_avcodec_INCLUDE_DIR}/bin${_bin_suffix}/avcodec-*.dll"
 	"${FFMPEG_avformat_INCLUDE_DIR}/bin${_bin_suffix}/avformat-*.dll"
 	"${FFMPEG_avformat_INCLUDE_DIR}/bin${_bin_suffix}/avformat-*.dll"