diff options
author | liushuyu <[email protected]> | 2023-10-22 14:16:08 -0600 |
---|---|---|
committer | liushuyu <[email protected]> | 2023-10-22 14:21:33 -0600 |
commit | a065dcdcd92a9edbf37436199b0f3d062fc972bc (patch) | |
tree | e0d563dbe6226cdcb320866e2e3820735df62b47 /.gitmodules | |
parent | d6bd16b2c0ada1d08649b24598f4fd4b8fd65423 (diff) | |
download | yuzu-mainline-a065dcdcd92a9edbf37436199b0f3d062fc972bc.tar.gz yuzu-mainline-a065dcdcd92a9edbf37436199b0f3d062fc972bc.zip |
externals/opus: use CMakeLists shipped with Opus itself
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 2 |
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 |