From beaa7b7491e6deccd6c49abc375702e23aa4324a Mon Sep 17 00:00:00 2001 From: Nanang Izzuddin Date: Tue, 10 Jun 2008 14:09:37 +0000 Subject: 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 --- third_party/build/speex/config.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'third_party/build/speex/config.h') 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 -- cgit v1.2.3