diff options
author | Sergeanur <s.anureev@yandex.ua> | 2020-05-22 16:23:04 +0200 |
---|---|---|
committer | Sergeanur <s.anureev@yandex.ua> | 2020-05-22 16:24:54 +0200 |
commit | aba523d14e16d5bcca0e29f29ad9ecf3562093cf (patch) | |
tree | d9708954ef48e7d5d44b178d287914b6774012a6 | |
parent | Remove MAX_VOLUME dups (diff) | |
download | re3-aba523d14e16d5bcca0e29f29ad9ecf3562093cf.tar re3-aba523d14e16d5bcca0e29f29ad9ecf3562093cf.tar.gz re3-aba523d14e16d5bcca0e29f29ad9ecf3562093cf.tar.bz2 re3-aba523d14e16d5bcca0e29f29ad9ecf3562093cf.tar.lz re3-aba523d14e16d5bcca0e29f29ad9ecf3562093cf.tar.xz re3-aba523d14e16d5bcca0e29f29ad9ecf3562093cf.tar.zst re3-aba523d14e16d5bcca0e29f29ad9ecf3562093cf.zip |
Diffstat (limited to '')
-rw-r--r-- | .gitmodules | 12 | ||||
m--------- | ogg | 0 | ||||
m--------- | opus | 0 | ||||
m--------- | opusfile | 0 |
4 files changed, 12 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index fec30cac..bf1e33a5 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,15 @@ [submodule "librw"] path = librw url = https://github.com/aap/librw +[submodule "opus"] + path = opus + url = https://github.com/xiph/opus.git + branch = master +[submodule "opusfile"] + path = opusfile + url = https://github.com/xiph/opusfile.git + branch = master +[submodule "ogg"] + path = ogg + url = https://github.com/xiph/ogg.git + branch = master diff --git a/ogg b/ogg new file mode 160000 +Subproject 1e8d7cce266df61afc9d35db0283bbacc0237ab diff --git a/opus b/opus new file mode 160000 +Subproject 8aa7767207b1e3633004c26aecbb67d1c511848 diff --git a/opusfile b/opusfile new file mode 160000 +Subproject eb252537f374e30f7b68b84223c5a2303c05eca |