Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/sanear.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Marsev <alex.marsev@gmail.com>2015-07-19 06:18:37 +0300
committerAlex Marsev <alex.marsev@gmail.com>2015-07-19 11:44:31 +0300
commit2b9a9dede373f2dde9c71c3b4ff7c49e09f3bba6 (patch)
treea46fb838da004dcf53cecc28925fb8af67006d4d /.gitmodules
parentb00c1f16e66c34aca31eb6189448262fb36f1245 (diff)
Standalone dll initial drop
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules9
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
new file mode 100644
index 0000000..c1807b9
--- /dev/null
+++ b/.gitmodules
@@ -0,0 +1,9 @@
+[submodule "libbs2b"]
+ path = dll/src/libbs2b
+ url = git://github.com/alexmarsev/libbs2b.git
+[submodule "soxr"]
+ path = dll/src/soxr
+ url = git://github.com/alexmarsev/soxr.git
+[submodule "soundtouch"]
+ path = dll/src/soundtouch
+ url = git://github.com/alexmarsev/soundtouch.git