summaryrefslogtreecommitdiff
path: root/third_party/build/speex/config.h
diff options
context:
space:
mode:
authorNanang Izzuddin <nanang@teluu.com>2008-06-10 14:09:37 +0000
committerNanang Izzuddin <nanang@teluu.com>2008-06-10 14:09:37 +0000
commitbeaa7b7491e6deccd6c49abc375702e23aa4324a (patch)
tree9ebf2d154e6c5d7bfc61222a60731d59deb2e89e /third_party/build/speex/config.h
parent60ce2ec8b88876b89c408ef7b78a4641d1162148 (diff)
Upgraded Speex version to the latest and reorganized it in local copy (since Speex is now using Git)
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2002 74dad513-b988-da41-8d7b-12977e46ad98
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