summaryrefslogtreecommitdiff
path: root/third_party/build/speex/config.h
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2007-04-09 17:13:10 +0000
committerBenny Prijono <bennylp@teluu.com>2007-04-09 17:13:10 +0000
commit032f5c4def19123a1c52d54691579dd6167543b9 (patch)
treef1e07e9da3da02ba832e8e4b3fb846d1dcb3733c /third_party/build/speex/config.h
parent174c05e4ea8add3a5536d8818f3f78ddf7842d15 (diff)
Initial Makefiles for the third_party components
git-svn-id: http://svn.pjsip.org/repos/pjproject/branches/split-3rd-party@1180 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'third_party/build/speex/config.h')
-rw-r--r--third_party/build/speex/config.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/third_party/build/speex/config.h b/third_party/build/speex/config.h
index 7874c3f7..89fd3400 100644
--- a/third_party/build/speex/config.h
+++ b/third_party/build/speex/config.h
@@ -1,4 +1,4 @@
-#include <pj/config.h>
+#include <pj/types.h>
/* Check if we need to use the fixed point version */
#if !defined(PJ_HAS_FLOATING_POINT) || PJ_HAS_FLOATING_POINT==0
@@ -9,6 +9,10 @@
#if (defined(PJ_WIN32) && PJ_WIN32!=0) || \
(defined(PJ_WIN32_WINCE) && PJ_WIN32_WINCE != 0)
# include "../../speex/win32/config.h"
+#else
+#define inline __inline
+#define restrict
+#include "misc.h"
#endif
#ifdef _MSC_VER