mirror of
https://github.com/mumble-voip/mumble.git
synced 2025-10-26 11:19:16 +00:00
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.
28 lines
949 B
Plaintext
28 lines
949 B
Plaintext
[submodule "speex"]
|
|
path = 3rdparty/speex-src
|
|
url = git://git.xiph.org/speex.git/
|
|
[submodule "celt-0.7.0-src"]
|
|
path = 3rdparty/celt-0.7.0-src
|
|
url = https://github.com/mumble-voip/celt-0.7.0.git
|
|
[submodule "celt-0.11.0-src"]
|
|
path = 3rdparty/celt-0.11.0-src
|
|
url = git://git.xiph.org/celt.git/
|
|
[submodule "opus-src"]
|
|
path = 3rdparty/opus-src
|
|
url = https://github.com/mumble-voip/opus.git
|
|
[submodule "sbcelt-src"]
|
|
path = 3rdparty/sbcelt-src
|
|
url = git://github.com/mumble-voip/sbcelt.git
|
|
[submodule "3rdparty/fx11-src"]
|
|
path = 3rdparty/fx11-src
|
|
url = git://github.com/mumble-voip/fx11.git
|
|
[submodule "3rdparty/minhook-src"]
|
|
path = 3rdparty/minhook-src
|
|
url = https://github.com/mumble-voip/minhook.git
|
|
[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
|