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-05-24 16:17:25 +0400
committerThorvald Natvig <slicer@users.sourceforge.net>2007-05-24 16:17:25 +0400
commit3f3709e9e1df563652963c8db27b53d0f001bf71 (patch)
tree21ce9b5cd7bd77395c79d844541e6893f84d5809 /speexbuild
parent3b0fa2735562caec4395298d1d3b1d313edd9cb7 (diff)
Updates to speex build for Linux
git-svn-id: https://mumble.svn.sourceforge.net/svnroot/mumble/trunk@447 05730e5d-ab1b-0410-a4ac-84af385074fa
Diffstat (limited to 'speexbuild')
-rw-r--r--speexbuild/speexbuild.pro5
1 files changed, 4 insertions, 1 deletions
diff --git a/speexbuild/speexbuild.pro b/speexbuild/speexbuild.pro
index 3eed7857e..12b15a6cb 100644
--- a/speexbuild/speexbuild.pro
+++ b/speexbuild/speexbuild.pro
@@ -5,7 +5,10 @@ TEMPLATE = lib
CONFIG -= qt
VPATH = ../speex/libspeex
TARGET = speex
-DEFINES += NDEBUG WIN32 _WINDOWS HAVE_CONFIG_H VAR_ARRAYS _USE_SSE
+DEFINES += NDEBUG HAVE_CONFIG_H VAR_ARRAYS
+win32 {
+ DEFINES+=WIN32 _WINDOWS _USE_SSE
+}
#VORBIS_PSYCHO
INCLUDEPATH = ../speex/win32 ../speex/include ../speex/libspeex
DEF_FILE = speex.def