summaryrefslogtreecommitdiffstats
path: root/.gitmodules
diff options
context:
space:
mode:
authorSergeanur <s.anureev@yandex.ua>2020-08-14 13:35:54 +0200
committerSergeanur <s.anureev@yandex.ua>2020-08-14 13:35:54 +0200
commit0ae41be16bbd386e11df90bd3597a4d7b461f163 (patch)
tree6e16872296d018856ce2f8295faa62ff71f12237 /.gitmodules
parentMerge branch 'master' into miami (diff)
parentMove stuff to vendor (diff)
downloadre3-0ae41be16bbd386e11df90bd3597a4d7b461f163.tar
re3-0ae41be16bbd386e11df90bd3597a4d7b461f163.tar.gz
re3-0ae41be16bbd386e11df90bd3597a4d7b461f163.tar.bz2
re3-0ae41be16bbd386e11df90bd3597a4d7b461f163.tar.lz
re3-0ae41be16bbd386e11df90bd3597a4d7b461f163.tar.xz
re3-0ae41be16bbd386e11df90bd3597a4d7b461f163.tar.zst
re3-0ae41be16bbd386e11df90bd3597a4d7b461f163.zip
Diffstat (limited to '')
-rw-r--r--.gitmodules21
1 files changed, 11 insertions, 10 deletions
diff --git a/.gitmodules b/.gitmodules
index bf1e33a5..c9a30c95 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,15 +1,16 @@
-[submodule "librw"]
- path = librw
- url = https://github.com/aap/librw
-[submodule "opus"]
- path = opus
+[submodule "vendor/ogg"]
+ path = vendor/ogg
+ url = https://github.com/xiph/ogg.git
+ branch = master
+[submodule "vendor/opus"]
+ path = vendor/opus
url = https://github.com/xiph/opus.git
branch = master
-[submodule "opusfile"]
- path = opusfile
+[submodule "vendor/opusfile"]
+ path = vendor/opusfile
url = https://github.com/xiph/opusfile.git
branch = master
-[submodule "ogg"]
- path = ogg
- url = https://github.com/xiph/ogg.git
+[submodule "vendor/librw"]
+ path = vendor/librw
+ url = https://github.com/aap/librw.git
branch = master