Lines 53-61
file(GLOB FFMPEG_BIN_FILES
Link Here
|
53 |
"${FFMPEG_swscale_INCLUDE_DIR}/bin${_bin_suffix}/swscale-*.dll" |
53 |
"${FFMPEG_swscale_INCLUDE_DIR}/bin${_bin_suffix}/swscale-*.dll" |
54 |
"${FFMPEG_swscale_INCLUDE_DIR}/../bin${_bin_suffix}/swscale-*.dll" |
54 |
"${FFMPEG_swscale_INCLUDE_DIR}/../bin${_bin_suffix}/swscale-*.dll" |
55 |
|
55 |
|
56 |
"${FFMPEG_swresample_INCLUDE_DIR}/../bin/swresample-*.dll" |
56 |
"${FFMPEG_avresample_INCLUDE_DIR}/../bin/avresample-*.dll" |
57 |
"${FFMPEG_swresample_INCLUDE_DIR}/../bin${_bin_suffix}/swresample-*.dll" |
57 |
"${FFMPEG_avresample_INCLUDE_DIR}/../bin${_bin_suffix}/avresample-*.dll" |
58 |
"${FFMPEG_swresample_INCLUDE_DIR}/bin${_bin_suffix}/swresample-*.dll" |
58 |
"${FFMPEG_avresample_INCLUDE_DIR}/bin${_bin_suffix}/avresample-*.dll" |
59 |
|
59 |
|
60 |
"${FFMPEG_avcodec_INCLUDE_DIR}/../bin/libopus*.dll" |
60 |
"${FFMPEG_avcodec_INCLUDE_DIR}/../bin/libopus*.dll" |
61 |
"${FFMPEG_avcodec_INCLUDE_DIR}/../bin/opus*.dll" |
61 |
"${FFMPEG_avcodec_INCLUDE_DIR}/../bin/opus*.dll" |
62 |
----------------- obs-studio/cmake/Modules/FindFFmpeg.cmake ------------------ |
|
|