video_core/codecs: (re-spin) refactor ffmpeg searching and handling

This commit is contained in:
liushuyu 2021-12-15 01:10:07 -07:00
parent b3fc36d989
commit 3f765ea9a4
8 changed files with 228 additions and 223 deletions

View file

@ -121,3 +121,8 @@ if (NOT opus_FOUND)
message(STATUS "opus 1.3 or newer not found, falling back to externals")
add_subdirectory(opus EXCLUDE_FROM_ALL)
endif()
# FFMpeg
if (YUZU_USE_BUNDLED_FFMPEG)
add_subdirectory(ffmpeg)
endif()