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>2008-03-20 15:52:53 +0300
committerThorvald Natvig <slicer@users.sourceforge.net>2008-03-20 15:52:53 +0300
commit7c71309986aae5c1d6aae6f16b32be3e49095882 (patch)
tree01a717b8f3c1d4b1915978f2bdb5c4d0c4dbf705 /main.pro
parent6bef650e57577ca803064947d4a3df06078c13df (diff)
Support system-installed speex (if it's 1.2b4 or newer)
git-svn-id: https://mumble.svn.sourceforge.net/svnroot/mumble/trunk@1010 05730e5d-ab1b-0410-a4ac-84af385074fa
Diffstat (limited to 'main.pro')
-rw-r--r--main.pro5
1 files changed, 4 insertions, 1 deletions
diff --git a/main.pro b/main.pro
index c593d682e..910d11488 100644
--- a/main.pro
+++ b/main.pro
@@ -2,7 +2,10 @@ TEMPLATE = subdirs
CONFIG += ordered debug_and_release
!CONFIG(no-client) {
- SUBDIRS += speexbuild src/mumble plugins
+ !CONFIG(no-bundled-speex) {
+ SUBDIRS += speexbuild
+ }
+ SUBDIRS += src/mumble plugins
win32 {
SUBDIRS += overlay