mumble/.gitmodules
Mikkel Krautz 403aedb35d Add mach_override as a 3rdparty dep and hook it into the OS X overlay.
Prior versions of mach_override were small (a single file),
and we just had its source live in the OS X overlay directory.

Newer versions of mach_override use libudis86, so the file count
goes up a fair bit. So much so that it doesn't make sense to
have it live inside the OS X overlay anymore.

Because of that, this commit moves it into 3rdparty.
2015-02-05 23:11:28 +01:00

25 lines
835 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 = git@github.com:rentzsch/mach_override.git