diff options
Diffstat (limited to 'apps/codecs/libspeex/kiss_fft.h')
-rw-r--r-- | apps/codecs/libspeex/kiss_fft.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/apps/codecs/libspeex/kiss_fft.h b/apps/codecs/libspeex/kiss_fft.h index fa3f2c6042..43319b1ba8 100644 --- a/apps/codecs/libspeex/kiss_fft.h +++ b/apps/codecs/libspeex/kiss_fft.h | |||
@@ -26,13 +26,13 @@ extern "C" { | |||
26 | # include <xmmintrin.h> | 26 | # include <xmmintrin.h> |
27 | # define kiss_fft_scalar __m128 | 27 | # define kiss_fft_scalar __m128 |
28 | #define KISS_FFT_MALLOC(nbytes) memalign(16,nbytes) | 28 | #define KISS_FFT_MALLOC(nbytes) memalign(16,nbytes) |
29 | #else | 29 | #else |
30 | #define KISS_FFT_MALLOC speex_alloc | 30 | #define KISS_FFT_MALLOC speex_alloc |
31 | #endif | 31 | #endif |
32 | 32 | ||
33 | 33 | ||
34 | #ifdef FIXED_POINT | 34 | #ifdef FIXED_POINT |
35 | #include "arch.h" | 35 | #include "arch.h" |
36 | # define kiss_fft_scalar spx_int16_t | 36 | # define kiss_fft_scalar spx_int16_t |
37 | #else | 37 | #else |
38 | # ifndef kiss_fft_scalar | 38 | # ifndef kiss_fft_scalar |
@@ -99,7 +99,7 @@ void kiss_fft_stride(kiss_fft_cfg cfg,const kiss_fft_cpx *fin,kiss_fft_cpx *fout | |||
99 | your compiler output to call this before you exit. | 99 | your compiler output to call this before you exit. |
100 | */ | 100 | */ |
101 | void kiss_fft_cleanup(void); | 101 | void kiss_fft_cleanup(void); |
102 | 102 | ||
103 | 103 | ||
104 | #ifdef __cplusplus | 104 | #ifdef __cplusplus |
105 | } | 105 | } |