gst_plugins_base/gst-libs/gst/fft/kiss_fft_s16.h
branchRCL_3
changeset 30 7e817e7e631c
parent 29 567bb019e3e3
equal deleted inserted replaced
29:567bb019e3e3 30:7e817e7e631c
    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 #ifndef __SYMBIAN32__
    29 #include "machine/_stdint.h"
    30 #include "_stdint.h"
       
    31 #endif
       
    32 
    30 
    33 #define kiss_fft_s16_scalar int16_t
    31 #define kiss_fft_s16_scalar int16_t
    34 
    32 
    35 typedef struct {
    33 typedef struct {
    36     kiss_fft_s16_scalar r;
    34     kiss_fft_s16_scalar r;