Revert "video_core/codecs: refactor ffmpeg searching and handling in cmake"

This commit is contained in:
bunnei 2021-12-15 00:02:53 -08:00 committed by GitHub
parent 156215d1fa
commit 2f32133ad5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 223 additions and 228 deletions

View file

@ -121,8 +121,3 @@ 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()