diff options
author | Rodrigo Locatti <[email protected]> | 2020-07-04 01:32:54 -0300 |
---|---|---|
committer | GitHub <[email protected]> | 2020-07-04 01:32:54 -0300 |
commit | 3096adb3471af1b094d670751e476c337007d299 (patch) | |
tree | ef0bbb00f0f4775d66adde9e3fda9afb1bbff8c5 /.gitmodules | |
parent | 41a333321af32627c0ecf6eadfa61df63c734b56 (diff) | |
parent | d5dfe34c4935d1494f4b742fa3bb4066d9096236 (diff) | |
download | yuzu-android-3096adb3471af1b094d670751e476c337007d299.tar.gz yuzu-android-3096adb3471af1b094d670751e476c337007d299.zip |
Merge pull request #4218 from ogniK5377/opus-external
externals: Track opus as submodule instead of using conan
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 9ba8fe207..6fa823c1c 100644 --- a/.gitmodules +++ b/.gitmodules @@ -34,3 +34,6 @@ [submodule "xbyak"] path = externals/xbyak url = https://github.com/herumi/xbyak.git +[submodule "opus"] + path = externals/opus/opus + url = https://github.com/xiph/opus.git |