mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-07-20 20:25:00 -04:00
Add optional support for opus for FFmpeg
This commit is contained in:
@@ -41,6 +41,10 @@ file(GLOB FFMPEG_BIN_FILES
|
||||
"${FFMPEG_avcodec_INCLUDE_DIR}/../bin/zlib*.dll"
|
||||
"${FFMPEG_avcodec_INCLUDE_DIR}/bin/libbz2*.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_avcodec_INCLUDE_DIR}/bin${_bin_suffix}/avcodec-*.dll"
|
||||
"${FFMPEG_avformat_INCLUDE_DIR}/bin${_bin_suffix}/avformat-*.dll"
|
||||
|
||||
Reference in New Issue
Block a user