summaryrefslogtreecommitdiff
path: root/third_party/build/speex/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/build/speex/config.h')
-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 89fd3400..bf353ca3 100644
--- a/third_party/build/speex/config.h
+++ b/third_party/build/speex/config.h
@@ -3,8 +3,11 @@
/* Check if we need to use the fixed point version */
#if !defined(PJ_HAS_FLOATING_POINT) || PJ_HAS_FLOATING_POINT==0
# define FIXED_POINT
+#else
+# define FLOATING_POINT
#endif
+#define MACRO
#if (defined(PJ_WIN32) && PJ_WIN32!=0) || \
(defined(PJ_WIN32_WINCE) && PJ_WIN32_WINCE != 0)
@@ -12,7 +15,6 @@
#else
#define inline __inline
#define restrict
-#include "misc.h"
#endif
#ifdef _MSC_VER