gstreamer/gst-libs/gst/fft
Jan Schmidt 31f97ca497 gst-libs/gst/fft/: Don't include malloc.h which doesn't exist on Mac OSX.
Original commit message from CVS:
* gst-libs/gst/fft/kiss_fft_f32.h:
* gst-libs/gst/fft/kiss_fft_f64.h:
* gst-libs/gst/fft/kiss_fft_s16.h:
* gst-libs/gst/fft/kiss_fft_s32.h:
Don't include malloc.h which doesn't exist on Mac OSX.
Instead, pull in glib.h and use g_malloc/g_free for
consistency. Fixes: #496548
2007-11-14 11:08:48 +00:00
..
_kiss_fft_guts_f32.h Add libgstfft, a FFT library based on Kiss FFT which is 2007-09-06 07:00:36 +00:00
_kiss_fft_guts_f64.h Add libgstfft, a FFT library based on Kiss FFT which is 2007-09-06 07:00:36 +00:00
_kiss_fft_guts_s16.h Add libgstfft, a FFT library based on Kiss FFT which is 2007-09-06 07:00:36 +00:00
_kiss_fft_guts_s32.h Add libgstfft, a FFT library based on Kiss FFT which is 2007-09-06 07:00:36 +00:00
gstfft.c Add libgstfft, a FFT library based on Kiss FFT which is 2007-09-06 07:00:36 +00:00
gstfft.h Add libgstfft, a FFT library based on Kiss FFT which is 2007-09-06 07:00:36 +00:00
gstfftf32.c Remove the magnitude and phase calculation functions as these have very special use cases and can't even be used for ... 2007-11-06 11:58:59 +00:00
gstfftf32.h Remove the magnitude and phase calculation functions as these have very special use cases and can't even be used for ... 2007-11-06 11:58:59 +00:00
gstfftf64.c Remove the magnitude and phase calculation functions as these have very special use cases and can't even be used for ... 2007-11-06 11:58:59 +00:00
gstfftf64.h Remove the magnitude and phase calculation functions as these have very special use cases and can't even be used for ... 2007-11-06 11:58:59 +00:00
gstffts16.c Remove the magnitude and phase calculation functions as these have very special use cases and can't even be used for ... 2007-11-06 11:58:59 +00:00
gstffts16.h Remove the magnitude and phase calculation functions as these have very special use cases and can't even be used for ... 2007-11-06 11:58:59 +00:00
gstffts32.c Remove the magnitude and phase calculation functions as these have very special use cases and can't even be used for ... 2007-11-06 11:58:59 +00:00
gstffts32.h Remove the magnitude and phase calculation functions as these have very special use cases and can't even be used for ... 2007-11-06 11:58:59 +00:00
kiss_fft_f32.c Add libgstfft, a FFT library based on Kiss FFT which is 2007-09-06 07:00:36 +00:00
kiss_fft_f32.h gst-libs/gst/fft/: Don't include malloc.h which doesn't exist on Mac OSX. 2007-11-14 11:08:48 +00:00
kiss_fft_f64.c Add libgstfft, a FFT library based on Kiss FFT which is 2007-09-06 07:00:36 +00:00
kiss_fft_f64.h gst-libs/gst/fft/: Don't include malloc.h which doesn't exist on Mac OSX. 2007-11-14 11:08:48 +00:00
kiss_fft_s16.c Add libgstfft, a FFT library based on Kiss FFT which is 2007-09-06 07:00:36 +00:00
kiss_fft_s16.h gst-libs/gst/fft/: Don't include malloc.h which doesn't exist on Mac OSX. 2007-11-14 11:08:48 +00:00
kiss_fft_s32.c Add libgstfft, a FFT library based on Kiss FFT which is 2007-09-06 07:00:36 +00:00
kiss_fft_s32.h gst-libs/gst/fft/: Don't include malloc.h which doesn't exist on Mac OSX. 2007-11-14 11:08:48 +00:00
kiss_fftr_f32.c Add libgstfft, a FFT library based on Kiss FFT which is 2007-09-06 07:00:36 +00:00
kiss_fftr_f32.h Add libgstfft, a FFT library based on Kiss FFT which is 2007-09-06 07:00:36 +00:00
kiss_fftr_f64.c Add libgstfft, a FFT library based on Kiss FFT which is 2007-09-06 07:00:36 +00:00
kiss_fftr_f64.h Add libgstfft, a FFT library based on Kiss FFT which is 2007-09-06 07:00:36 +00:00
kiss_fftr_s16.c Add libgstfft, a FFT library based on Kiss FFT which is 2007-09-06 07:00:36 +00:00
kiss_fftr_s16.h Add libgstfft, a FFT library based on Kiss FFT which is 2007-09-06 07:00:36 +00:00
kiss_fftr_s32.c Add libgstfft, a FFT library based on Kiss FFT which is 2007-09-06 07:00:36 +00:00
kiss_fftr_s32.h Add libgstfft, a FFT library based on Kiss FFT which is 2007-09-06 07:00:36 +00:00
kiss_version Add libgstfft, a FFT library based on Kiss FFT which is 2007-09-06 07:00:36 +00:00
Makefile.am Add libgstfft, a FFT library based on Kiss FFT which is 2007-09-06 07:00:36 +00:00