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-11-07 21:17:45 +0300
committerThorvald Natvig <slicer@users.sourceforge.net>2009-11-07 22:06:04 +0300
commit72d78aaaa35e44a0fe13fb7eda38fc436f70e2be (patch)
tree3e8b6e135f68891e55772b05de0536e301b1154b /speexbuild
parente5dab47590f67068c07e45f1b400d8770e6e4f1f (diff)
Arch-dependant library load on Win32
Diffstat (limited to 'speexbuild')
-rw-r--r--speexbuild/speexbuild.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/speexbuild/speexbuild.pro b/speexbuild/speexbuild.pro
index 1c08ac77f..fe7adf001 100644
--- a/speexbuild/speexbuild.pro
+++ b/speexbuild/speexbuild.pro
@@ -30,6 +30,7 @@ win32 {
!CONFIG(intelcpp) {
DEFINES+=USE_SMALLFT
} else {
+ TARGET = speex.sse2
LIBS *= -l"\Program Files (x86)\Intel/Compiler\11.0\075\cpp\ipp\ia32\lib\ippsemerged"
LIBS *= -l"\Program Files (x86)\Intel/Compiler\11.0\075\cpp\ipp\ia32\lib\ippsmerged"
LIBS *= -l"\Program Files (x86)\Intel/Compiler\11.0\075\cpp\ipp\ia32\lib\ippcorel"