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-12-03 12:52:00 +0300
committerThorvald Natvig <slicer@users.sourceforge.net>2007-12-03 12:52:00 +0300
commit9859554e5a334839d2044d7df39b38992a83df54 (patch)
treec0a6af1c8acd9cba1b20b6f9e72fd3212a378ef0 /speexbuild
parente7449cde5a4c1e1ebb3bce53e8b5aa092f0835f2 (diff)
Use SSE for Speex if compiler flags enabled
git-svn-id: https://mumble.svn.sourceforge.net/svnroot/mumble/trunk@884 05730e5d-ab1b-0410-a4ac-84af385074fa
Diffstat (limited to 'speexbuild')
-rw-r--r--speexbuild/config.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/speexbuild/config.h b/speexbuild/config.h
index 2ff8e46fa..976ea1302 100644
--- a/speexbuild/config.h
+++ b/speexbuild/config.h
@@ -126,7 +126,9 @@
/* #undef WORDS_BIGENDIAN */
/* Enable SSE support */
-/* #undef _USE_SSE */
+#ifdef __SSE__
+#define _USE_SSE
+#endif
/* Define to empty if `const' does not conform to ANSI C. */
/* #undef const */