-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitmodules
31 lines (31 loc) · 1.13 KB
/
.gitmodules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
[submodule "third_party/portaudio"]
path = third_party/portaudio
url = https://github.com/PortAudio/portaudio.git
[submodule "third_party/readerwriterqueue"]
path = third_party/readerwriterqueue
url = https://github.com/cameron314/readerwriterqueue.git
[submodule "third_party/dr_libs"]
path = third_party/dr_libs
url = https://github.com/mackron/dr_libs.git
[submodule "third_party/concurrentqueue"]
path = third_party/concurrentqueue
url = https://github.com/cameron314/concurrentqueue.git
[submodule "third_party/r8brain-free-src"]
path = third_party/r8brain-free-src
url = https://github.com/avaneev/r8brain-free-src.git
ignore = dirty
[submodule "third_party/doctest"]
path = third_party/doctest
url = https://github.com/onqtam/doctest.git
[submodule "third_party/opus"]
path = third_party/opus
url = https://github.com/xiph/opus.git
[submodule "third_party/opusfile"]
path = third_party/opusfile
url = https://github.com/xiph/opusfile.git
[submodule "third_party/ogg"]
path = third_party/ogg
url = https://github.com/xiph/ogg.git
[submodule "third_party/vorbis"]
path = third_party/vorbis
url = https://github.com/xiph/vorbis.git