diff options
| author | pepper <peppersclothescult@gmail.com> | 2015-01-10 21:32:32 -0800 |
|---|---|---|
| committer | pepper <peppersclothescult@gmail.com> | 2015-01-10 21:32:32 -0800 |
| commit | d53fa8a169832563c62262078b8d2ffe5cab8473 (patch) | |
| tree | b911d06d357d009c976709780f10e92ce915228a /.gitmodules | |
first
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..5c89afb --- /dev/null +++ b/.gitmodules @@ -0,0 +1,9 @@ +[submodule "vendor/AudioTestData"] + path = vendor/AudioTestData + url = git://github.com/teragonaudio/AudioTestData.git +[submodule "vendor/audiofile"] + path = vendor/audiofile + url = git://github.com/teragonaudio/audiofile.git +[submodule "vendor/flac"] + path = vendor/flac + url = git://github.com/teragonaudio/flac.git |
