summaryrefslogtreecommitdiff
path: root/third_party
diff options
context:
space:
mode:
authorNanang Izzuddin <nanang@teluu.com>2008-06-10 14:35:50 +0000
committerNanang Izzuddin <nanang@teluu.com>2008-06-10 14:35:50 +0000
commit64f897daea6dd72f43f9985fef8d747d1598c72b (patch)
treef7416e9d10dd11e7c2e0f82e4a67c30971f7b374 /third_party
parentbeaa7b7491e6deccd6c49abc375702e23aa4324a (diff)
Fixed Speex build config
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2003 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'third_party')
-rw-r--r--third_party/build/speex/config.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/third_party/build/speex/config.h b/third_party/build/speex/config.h
index bf353ca3..ba7be7a6 100644
--- a/third_party/build/speex/config.h
+++ b/third_party/build/speex/config.h
@@ -3,11 +3,13 @@
/* Check if we need to use the fixed point version */
#if !defined(PJ_HAS_FLOATING_POINT) || PJ_HAS_FLOATING_POINT==0
# define FIXED_POINT
+# define USE_KISS_FFT
#else
# define FLOATING_POINT
+# define USE_SMALLFT
#endif
-#define MACRO
+#define EXPORT
#if (defined(PJ_WIN32) && PJ_WIN32!=0) || \
(defined(PJ_WIN32_WINCE) && PJ_WIN32_WINCE != 0)