summaryrefslogtreecommitdiff
path: root/third_party
diff options
context:
space:
mode:
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)