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-02-19 02:36:04 +0300
committerThorvald Natvig <slicer@users.sourceforge.net>2009-02-19 02:36:04 +0300
commitb6fbe4a9c271be20a2832a8751130149df1193ea (patch)
treeeb04bae2936f71a679d470fe8fc827d11fd75e58 /main.pro
parent46b15943becc08b7ffb408d0bd878b79a14448d8 (diff)
Don't use embedded speex if system speex >= 1.2
git-svn-id: https://mumble.svn.sourceforge.net/svnroot/mumble/trunk@1552 05730e5d-ab1b-0410-a4ac-84af385074fa
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 890de39d2..f12a27b76 100644
--- a/main.pro
+++ b/main.pro
@@ -2,6 +2,9 @@ TEMPLATE = subdirs
CONFIG *= ordered debug_and_release
!CONFIG(no-client) {
+ unix:!CONFIG(bundled-speex):system(pkg-config --atleast-version=1.2 speexdsp) {
+ CONFIG *= no-bundled-speex
+ }
!CONFIG(no-bundled-speex) {
SUBDIRS *= speexbuild
}