Merge pull request #11728 from liushuyu/update-deps

Update external dependencies
This commit is contained in:
liamwhite 2023-10-30 15:32:31 -04:00 committed by GitHub
commit 67e2f69204
15 changed files with 15 additions and 277 deletions

View file

@ -134,6 +134,10 @@ endif()
# Opus
if (NOT TARGET Opus::opus)
set(OPUS_BUILD_TESTING OFF)
set(OPUS_BUILD_PROGRAMS OFF)
set(OPUS_INSTALL_PKG_CONFIG_MODULE OFF)
set(OPUS_INSTALL_CMAKE_CONFIG_MODULE OFF)
add_subdirectory(opus)
endif()