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
-15
View File
@@ -464,21 +464,6 @@ if (NOT YUZU_STATIC_ROOM)
if (ZLIB_ADDED)
add_library(ZLIB::ZLIB ALIAS zlibstatic)
endif()
# Opus
AddJsonPackage(opus)
if (Opus_ADDED)
if (MSVC AND CXX_CLANG)
target_compile_options(opus PRIVATE
$<$<COMPILE_LANGUAGE:C,CXX>:-Wno-implicit-function-declaration>
)
endif()
endif()
if (NOT TARGET Opus::opus)
add_library(Opus::opus ALIAS opus)
endif()
endif()
if(NOT TARGET Boost::headers)