cmake: Add libRIST to copied Windows libs

Required for #5467 and https://github.com/obsproject/obs-deps/pull/86
master
Matt Gajownik 2021-12-23 18:14:16 +11:00
parent b04626f72d
commit b154006c9b
1 changed files with 5 additions and 0 deletions

View File

@ -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"