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:
Diffstat (limited to 'main.pro')
-rw-r--r--main.pro15
1 files changed, 10 insertions, 5 deletions
diff --git a/main.pro b/main.pro
index 0ec04a2e7..1937a0f24 100644
--- a/main.pro
+++ b/main.pro
@@ -5,14 +5,19 @@ CONFIG *= ordered debug_and_release
unix:!CONFIG(bundled-speex):system(pkg-config --atleast-version=1.2 speexdsp) {
CONFIG *= no-bundled-speex
}
- unix:!CONFIG(bundled-celt):system(pkg-config --atleast-version=0.7.0 celt) {
- CONFIG *= no-bundled-celt
- }
!CONFIG(no-bundled-speex) {
SUBDIRS *= speexbuild
}
- !CONFIG(no-bundled-celt) {
- SUBDIRS *= celt-0.7.0-build celt-0.11.0-build
+
+ CONFIG(sbcelt) {
+ SUBDIRS *= celt-0.7.0-build sbcelt-lib-build sbcelt-helper-build
+ } else {
+ unix:!CONFIG(bundled-celt):system(pkg-config --atleast-version=0.7.0 celt) {
+ CONFIG *= no-bundled-celt
+ }
+ !CONFIG(no-bundled-celt) {
+ SUBDIRS *= celt-0.7.0-build celt-0.11.0-build
+ }
}
!CONFIG(no-opus) {