gst_plugins_base/gst-libs/gst/fft/kiss_fft_s32.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_S32_MALLOC g_malloc
    27 #define KISS_FFT_S32_MALLOC g_malloc
    28 
    28 
    29 #ifndef __SYMBIAN32__
    29 
    30 #include "_stdint.h"
    30 #include "machine/_stdint.h"
    31 #endif
       
    32 
    31 
    33 #define kiss_fft_s32_scalar int32_t
    32 #define kiss_fft_s32_scalar int32_t
    34 
    33 
    35 typedef struct {
    34 typedef struct {
    36     kiss_fft_s32_scalar r;
    35     kiss_fft_s32_scalar r;