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

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Hacker <dd0t@users.sourceforge.net>2015-05-06 00:08:30 +0300
committerStefan Hacker <dd0t@users.sourceforge.net>2015-05-06 21:22:11 +0300
commit2c0d37f9ef089032850e873e341b1399acbf5aad (patch)
treef7bfb76d74f2c4faf274454463be88bdfeefcba2 /.gitmodules
parent263a2928ca367af334beeb0cca81c372d5c223b6 (diff)
Switch from old speex to new speex and speexdsp
The speex library has been split into a codec part (speex) and a dsp part (speex-dsp). As we still need the codec for compatibility with 3rd party clients only sending speex but still want the updates that went into the dsp and codec since then this patch modifies our build to enable that. To achieve that we combined the two libraries back together. Doing it this way might brittle but is only a temporary solution until we can actually drop the codec part.
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index cfb212fef..4c420bb31 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -22,3 +22,6 @@
[submodule "3rdparty/mach-override-src"]
path = 3rdparty/mach-override-src
url = https://github.com/mumble-voip/mach_override.git
+[submodule "3rdparty/speexdsp-src"]
+ path = 3rdparty/speexdsp-src
+ url = https://git.xiph.org/speexdsp.git