aboutsummaryrefslogtreecommitdiffhomepage
path: root/.gitmodules
diff options
context:
space:
mode:
authorliushuyu <[email protected]>2023-10-22 14:16:08 -0600
committerliushuyu <[email protected]>2023-10-22 14:21:33 -0600
commita065dcdcd92a9edbf37436199b0f3d062fc972bc (patch)
treee0d563dbe6226cdcb320866e2e3820735df62b47 /.gitmodules
parentd6bd16b2c0ada1d08649b24598f4fd4b8fd65423 (diff)
downloadyuzu-android-a065dcdcd92a9edbf37436199b0f3d062fc972bc.tar.gz
yuzu-android-a065dcdcd92a9edbf37436199b0f3d062fc972bc.zip
externals/opus: use CMakeLists shipped with Opus itself
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules
index 361f4845b..3e5b68521 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -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