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>2007-08-06 00:49:08 +0400
committerThorvald Natvig <slicer@users.sourceforge.net>2007-08-06 00:49:08 +0400
commit0c3b6184c8d51be44c86b722b7adc82f87e1a374 (patch)
treeb1315ca41f2a1523dddbc9f4e1c9339f526a586f /speexbuild
parent32c3dfc7cb4be917de19565b20f670c5acc2f1f7 (diff)
OSX patches from mit_service
git-svn-id: https://mumble.svn.sourceforge.net/svnroot/mumble/trunk@696 05730e5d-ab1b-0410-a4ac-84af385074fa
Diffstat (limited to 'speexbuild')
-rw-r--r--speexbuild/speexbuild.pro6
1 files changed, 6 insertions, 0 deletions
diff --git a/speexbuild/speexbuild.pro b/speexbuild/speexbuild.pro
index c9fd7f891..061d79e08 100644
--- a/speexbuild/speexbuild.pro
+++ b/speexbuild/speexbuild.pro
@@ -8,14 +8,20 @@ VPATH = ../speex/libspeex
TARGET = speex
DEFINES += NDEBUG HAVE_CONFIG_H
INCLUDEPATH = ../speex/include ../speex/libspeex
+
win32 {
DEFINES+=WIN32 _WINDOWS _USE_SSE VAR_ARRAYS
INCLUDEPATH += ../speex/win32
}
+
unix {
INCLUDEPATH += ../speexbuild
}
+macx {
+ CONFIG += x86 ppc
+}
+
DIST = config.h speex.def speex/speex_config_types.h
#VORBIS_PSYCHO