summaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorGravatar Lioncash2019-10-23 19:18:40 -0400
committerGravatar Lioncash2019-10-23 20:58:54 -0400
commit611236c8835a9ab2f0ee69f3ef8848d640c267a9 (patch)
tree2bb147c3de0817b503afa6341f7077fb1c053406 /.gitmodules
parentMerge pull request #3022 from DarkLordZach/azure-folder-rename (diff)
downloadyuzu-611236c8835a9ab2f0ee69f3ef8848d640c267a9.tar.gz
yuzu-611236c8835a9ab2f0ee69f3ef8848d640c267a9.tar.xz
yuzu-611236c8835a9ab2f0ee69f3ef8848d640c267a9.zip
externals: Track upstream opus
Tracks upstream opus, allowing the library to be easily updated. While we're at it, we incorporate the CMakeLists.txt so that we have easy control over the requirements of the build.
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules8
1 files changed, 4 insertions, 4 deletions
diff --git a/.gitmodules b/.gitmodules
index 35e0d1240..ee0dc6c19 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -26,11 +26,11 @@
26 path = externals/mbedtls 26 path = externals/mbedtls
27 url = https://github.com/DarkLordZach/mbedtls 27 url = https://github.com/DarkLordZach/mbedtls
28[submodule "opus"] 28[submodule "opus"]
29 path = externals/opus 29 path = externals/opus/opus
30 url = https://github.com/ogniK5377/opus.git 30 url = https://github.com/xiph/opus.git
31[submodule "soundtouch"] 31[submodule "soundtouch"]
32 path = externals/soundtouch 32 path = externals/soundtouch
33 url = https://github.com/citra-emu/ext-soundtouch.git 33 url = https://github.com/citra-emu/ext-soundtouch.git
34[submodule "libressl"] 34[submodule "libressl"]
35 path = externals/libressl 35 path = externals/libressl
36 url = https://github.com/citra-emu/ext-libressl-portable.git 36 url = https://github.com/citra-emu/ext-libressl-portable.git