From 64f897daea6dd72f43f9985fef8d747d1598c72b Mon Sep 17 00:00:00 2001 From: Nanang Izzuddin Date: Tue, 10 Jun 2008 14:35:50 +0000 Subject: Fixed Speex build config git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2003 74dad513-b988-da41-8d7b-12977e46ad98 --- third_party/build/speex/config.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'third_party/build') 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) -- cgit v1.2.3