forked from heyigor/miniBAE
-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path.gitmodules
More file actions
24 lines (24 loc) · 968 Bytes
/
.gitmodules
File metadata and controls
24 lines (24 loc) · 968 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[submodule "neobae/src/thirdparty/minimp3"]
path = neobae/src/thirdparty/minimp3
url = https://github.com/lieff/minimp3.git
[submodule "neobae/src/thirdparty/rtmidi"]
path = neobae/src/thirdparty/rtmidi
url = https://github.com/thestk/rtmidi
[submodule "neobae/src/thirdparty/libogg"]
path = neobae/src/thirdparty/libogg
url = https://github.com/xiph/ogg
[submodule "neobae/src/thirdparty/libvorbis"]
path = neobae/src/thirdparty/libvorbis
url = https://github.com/xiph/vorbis
[submodule "neobae/src/thirdparty/flac"]
path = neobae/src/thirdparty/flac
url = https://github.com/zefie/flac_android.git
[submodule "neobae/src/thirdparty/opus"]
path = neobae/src/thirdparty/opus
url = https://github.com/xiph/opus
[submodule "neobae/src/thirdparty/opusfile"]
path = neobae/src/thirdparty/opusfile
url = https://github.com/xiph/opusfile
[submodule "neobae/src/thirdparty/libg722"]
path = neobae/src/thirdparty/libg722
url = https://github.com/sippy/libg722