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-10-09 02:32:03 +0400
committerThorvald Natvig <slicer@users.sourceforge.net>2008-10-09 02:32:03 +0400
commit6bedde876845f50c7f4a3ec5fb712b1156127586 (patch)
tree9356d02907cb9a11a04752cb9488acaddb366f65 /speexbuild
parent2ed7d0fefe091906650de05f7f1988350f0b968b (diff)
Add _USE_MATH_DEFINES to the .pro for Win32 so M_PI is defined, instead of locally changing the file. Oops.
git-svn-id: https://mumble.svn.sourceforge.net/svnroot/mumble/trunk@1325 05730e5d-ab1b-0410-a4ac-84af385074fa
Diffstat (limited to 'speexbuild')
-rw-r--r--speexbuild/speexbuild.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/speexbuild/speexbuild.pro b/speexbuild/speexbuild.pro
index 20a007390..ef63befe7 100644
--- a/speexbuild/speexbuild.pro
+++ b/speexbuild/speexbuild.pro
@@ -24,7 +24,7 @@ INCLUDEPATH = ../speex/include ../speex/libspeex
win32 {
INCLUDEPATH += ../speex/win32
- DEFINES+=WIN32 _WINDOWS _USE_SSE
+ DEFINES+=WIN32 _WINDOWS _USE_SSE _USE_MATH_DEFINES
}
unix {