瀏覽代碼

cmake: Add libRIST to copied Windows libs

Required for #5467 and https://github.com/obsproject/obs-deps/pull/86
Matt Gajownik 3 年之前
父節點
當前提交
b154006c9b
共有 1 個文件被更改,包括 5 次插入0 次删除
  1. 5 0
      cmake/Modules/CopyMSVCBins.cmake

+ 5 - 0
cmake/Modules/CopyMSVCBins.cmake

@@ -94,6 +94,11 @@ file(GLOB FFMPEG_BIN_FILES
 	"${FFMPEG_avcodec_INCLUDE_DIR}/../bin/libaom.dll"
 	"${FFMPEG_avcodec_INCLUDE_DIR}/bin/libaom.dll"
 
+	"${FFMPEG_avcodec_INCLUDE_DIR}/../bin${_bin_suffix}/librist.dll"
+	"${FFMPEG_avcodec_INCLUDE_DIR}/bin${_bin_suffix}/librist.dll"
+	"${FFMPEG_avcodec_INCLUDE_DIR}/../bin/librist.dll"
+	"${FFMPEG_avcodec_INCLUDE_DIR}/bin/librist.dll"
+
 	"${FFMPEG_avcodec_INCLUDE_DIR}/../bin${_bin_suffix}/libbz2*.dll"
 	"${FFMPEG_avcodec_INCLUDE_DIR}/../bin${_bin_suffix}/zlib*.dll"
 	"${FFMPEG_avcodec_INCLUDE_DIR}/bin${_bin_suffix}/libbz2*.dll"