diff options
author | Sergeanur <s.anureev@yandex.ua> | 2020-07-29 15:52:17 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-29 15:52:17 +0300 |
commit | 57d5782588af765a12337aa9f17dd474d3713e9e (patch) | |
tree | 30e82f920b5c3ab2c24a652d13df68609f7aaa80 /.gitmodules | |
parent | e13d80a4ebfdaa89de3ad2eb6dc9ec6fbc1d3132 (diff) | |
parent | e259bb6609fc319f202016b3019e7ea8f3c3b5d2 (diff) |
Merge pull request #587 from Sergeanur/opus
OPUS support for OpenAL
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 12 |
1 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 |