gst_plugins_base/gst-libs/gst/fft/kiss_fft_s16.h
changeset 16 8e837d1bf446
parent 2 5505e8908944
child 30 7e817e7e631c
equal deleted inserted replaced
15:4b0c6ed43234 16:8e837d1bf446
    24   in the tools/ directory.
    24   in the tools/ directory.
    25 */
    25 */
    26 
    26 
    27 #define KISS_FFT_S16_MALLOC g_malloc
    27 #define KISS_FFT_S16_MALLOC g_malloc
    28 
    28 
    29 #include "machine/_stdint.h"
    29 #ifndef __SYMBIAN32__
       
    30 #include "_stdint.h"
       
    31 #endif
    30 
    32 
    31 #define kiss_fft_s16_scalar int16_t
    33 #define kiss_fft_s16_scalar int16_t
    32 
    34 
    33 typedef struct {
    35 typedef struct {
    34     kiss_fft_s16_scalar r;
    36     kiss_fft_s16_scalar r;