Skip to content
  • Jan Schmidt's avatar
    gst-libs/gst/fft/: Don't include malloc.h which doesn't exist on Mac OSX. · 31f97ca4
    Jan Schmidt authored
    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
    31f97ca4