-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.gitmodules
More file actions
27 lines (27 loc) · 922 Bytes
/
.gitmodules
File metadata and controls
27 lines (27 loc) · 922 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
25
26
27
[submodule "submodules/flac"]
path = submodules/flac
url = https://github.com/xiph/flac.git
[submodule "submodules/ogg"]
path = submodules/ogg
url = https://github.com/xiph/ogg.git
[submodule "submodules/libsamplerate"]
path = submodules/libsamplerate
url = https://github.com/erikd/libsamplerate.git
[submodule "submodules/libsndfile"]
path = submodules/libsndfile
url = https://github.com/libsndfile/libsndfile.git
[submodule "submodules/vorbis"]
path = submodules/vorbis
url = https://github.com/xiph/vorbis.git
[submodule "submodules/muscle"]
path = submodules/muscle
url = https://github.com/jfriesne/muscle.git
[submodule "submodules/opus"]
path = submodules/opus
url = https://github.com/xiph/opus.git
[submodule "submodules/lame"]
path = submodules/lame
url = https://github.com/lameproject/lame.git
[submodule "submodules/mpg123"]
path = submodules/mpg123
url = https://github.com/madebr/mpg123