diff options
| author | Rodrigo Locatti <reinuseslisp@airmail.cc> | 2019-10-28 02:45:01 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-10-28 02:45:01 -0300 |
| commit | 9f93ad08a5423cc5c3ace2f48d2c4dd29abca3e1 (patch) | |
| tree | db3aa4a7b7bc2f644041e2fa1a3fdf088e08eed2 /.gitmodules | |
| parent | c5d9589942b77c70c37982bd3b407abfdcca26a2 (diff) | |
| parent | 611236c8835a9ab2f0ee69f3ef8848d640c267a9 (diff) | |
Merge pull request #3023 from lioncash/opus
externals: Track upstream opus
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 8 |
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 @@ path = externals/mbedtls url = https://github.com/DarkLordZach/mbedtls [submodule "opus"] - path = externals/opus - url = https://github.com/ogniK5377/opus.git + path = externals/opus/opus + url = https://github.com/xiph/opus.git [submodule "soundtouch"] - path = externals/soundtouch - url = https://github.com/citra-emu/ext-soundtouch.git + path = externals/soundtouch + url = https://github.com/citra-emu/ext-soundtouch.git [submodule "libressl"] path = externals/libressl url = https://github.com/citra-emu/ext-libressl-portable.git |
