externals/opus: use CMakeLists shipped with Opus itself

This commit is contained in:
liushuyu 2023-10-22 14:16:08 -06:00
parent cb20f2a28c
commit b5db6fc74e
5 changed files with 6 additions and 261 deletions

2
.gitmodules vendored
View file

@ -32,7 +32,7 @@
path = externals/xbyak
url = https://github.com/herumi/xbyak.git
[submodule "opus"]
path = externals/opus/opus
path = externals/opus
url = https://github.com/xiph/opus.git
[submodule "SDL"]
path = externals/SDL