Reapply "[audio] Replace libopus with FFmpeg (#4169)" (#4419)

This reverts commit 2b4184dd2b.
This commit is contained in:
lizzie
2026-09-14 08:44:53 +00:00
parent c0c5c52e7e
commit f9faaa780f
22 changed files with 438 additions and 913 deletions
-2
View File
@@ -414,9 +414,7 @@ endif()
if (YUZU_USE_EXTERNAL_FFMPEG)
add_dependencies(video_core ffmpeg-build)
endif()
target_include_directories(video_core PUBLIC ${FFmpeg_INCLUDE_DIR})
target_link_libraries(video_core PRIVATE ${FFmpeg_LIBRARIES})
target_link_options(video_core PRIVATE ${FFmpeg_LDFLAGS})