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:
authorThorvald Natvig <slicer@users.sourceforge.net>2009-03-30 23:49:33 +0400
committerThorvald Natvig <slicer@users.sourceforge.net>2009-03-30 23:49:33 +0400
commit8421f29332ce5fab52a1b9e3f7c5f33c680a0c68 (patch)
tree53c4eda14b228c0102bbeb406e020388915959bb /main.pro
parentffe79299b53ef3e6d9d9e5d0b3f029675673719e (diff)
CELT build
Diffstat (limited to 'main.pro')
-rw-r--r--main.pro3
1 files changed, 3 insertions, 0 deletions
diff --git a/main.pro b/main.pro
index 8bba1ac79..428ee5ce5 100644
--- a/main.pro
+++ b/main.pro
@@ -8,6 +8,9 @@ CONFIG *= ordered debug_and_release
!CONFIG(no-bundled-speex) {
SUBDIRS *= speexbuild
}
+ !CONFIG(no-bundled-celt) {
+ SUBDIRS *= celtbuild
+ }
SUBDIRS *= src/mumble plugins
win32 {