cmake: Copy a few missing dependency files
This commit is contained in:
parent
bc7946f8a8
commit
9646fd38b4
@ -65,6 +65,12 @@ file(GLOB FFMPEG_BIN_FILES
|
||||
"${FFMPEG_avcodec_INCLUDE_DIR}/../bin/libvpx*.dll"
|
||||
"${FFMPEG_avcodec_INCLUDE_DIR}/bin/libvpx*.dll"
|
||||
|
||||
"${FFMPEG_avcodec_INCLUDE_DIR}/../bin/libsrt*.dll"
|
||||
"${FFMPEG_avcodec_INCLUDE_DIR}/bin/libsrt*.dll"
|
||||
|
||||
"${FFMPEG_avcodec_INCLUDE_DIR}/../bin/libmbedcrypto*.dll"
|
||||
"${FFMPEG_avcodec_INCLUDE_DIR}/bin/libmbedcrypto*.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}/libopus*.dll"
|
||||
|
Loading…
x
Reference in New Issue
Block a user