mumble/.gitmodules
Stefan Hacker d275284251 Add built-in "Mumble" theme and set "Lite" variant as default.
Adds the Mumble theme as a submodule and ensures it is built
into the binary itself as a resource. Also changes the default
configuration to select the Mumble theme in it's Lite style
as the default. Whether we go with lite or dark in the end we'll
want to select a Metro Mumble style as the default. This will allow
us to always switch to the other without restart because they use
the same icons.
2015-07-12 01:15:34 +02:00

31 lines
1.0 KiB
Plaintext

[submodule "speex"]
path = 3rdparty/speex-src
url = https://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 = https://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 = https://github.com/mumble-voip/sbcelt.git
[submodule "3rdparty/fx11-src"]
path = 3rdparty/fx11-src
url = https://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
[submodule "themes/Mumble"]
path = themes/Mumble
url = https://github.com/mumble-voip/mumble-theme.git