summaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorGravatar liushuyu2023-10-22 14:16:08 -0600
committerGravatar liushuyu2023-10-22 14:21:33 -0600
commita065dcdcd92a9edbf37436199b0f3d062fc972bc (patch)
treee0d563dbe6226cdcb320866e2e3820735df62b47 /.gitmodules
parentexternals/libusb: remove the GUID override workaround ... (diff)
downloadyuzu-a065dcdcd92a9edbf37436199b0f3d062fc972bc.tar.gz
yuzu-a065dcdcd92a9edbf37436199b0f3d062fc972bc.tar.xz
yuzu-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 @@
32 path = externals/xbyak 32 path = externals/xbyak
33 url = https://github.com/herumi/xbyak.git 33 url = https://github.com/herumi/xbyak.git
34[submodule "opus"] 34[submodule "opus"]
35 path = externals/opus/opus 35 path = externals/opus
36 url = https://github.com/xiph/opus.git 36 url = https://github.com/xiph/opus.git
37[submodule "SDL"] 37[submodule "SDL"]
38 path = externals/SDL 38 path = externals/SDL