Merge PR #5229: BUILD(opus): Fetch submodule from upstream repository

This commit is contained in:
Davide Beatrici 2021-08-10 23:42:29 +02:00 committed by GitHub
commit acc7a581e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 6 deletions

2
.gitmodules vendored
View File

@ -6,7 +6,7 @@
url = https://github.com/mumble-voip/celt-0.7.0.git
[submodule "opus"]
path = 3rdparty/opus
url = https://github.com/mumble-voip/opus.git
url = https://gitlab.xiph.org/xiph/opus.git
[submodule "3rdparty/minhook"]
path = 3rdparty/minhook
url = https://github.com/mumble-voip/minhook.git

2
3rdparty/opus vendored

@ -1 +1 @@
Subproject commit 296d213da679eea977a869583b59f1e5a51b9ff5
Subproject commit 6b6035ae4a29abbd237463d84a45fbeb0d92bc18

View File

@ -639,10 +639,6 @@ if(bundled-opus)
target_include_directories(mumble PRIVATE "${3RDPARTY_DIR}/opus/include")
if(tests)
set_target_properties(test_opus_decode test_opus_padding PROPERTIES RUNTIME_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/tests")
endif()
if(WIN32)
# Shared library on Windows (e.g. ".dll")
set_target_properties(opus PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR})