fft: Fix compiler errors caused by not including config.h
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Sat, 2 Mar 2013 18:13:39 +0000 (19:13 +0100)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Sat, 2 Mar 2013 18:13:39 +0000 (19:13 +0100)
commit87f84122bdd5c25c81db17b41e9ecb8815fb9f8d
tree91e84bebdf16cc03635efd72e863e40d57595960
parent0a28cd1093cfea61b21c5251f76a7a7ea1d7eeab
fft: Fix compiler errors caused by not including config.h

_stdint.h requires config.h to be included to properly
use the correct code to get uint8_t and friends.
13 files changed:
gst-libs/gst/fft/gstfft.c
gst-libs/gst/fft/gstfftf32.c
gst-libs/gst/fft/gstfftf64.c
gst-libs/gst/fft/gstffts16.c
gst-libs/gst/fft/gstffts32.c
gst-libs/gst/fft/kiss_fft_f32.c
gst-libs/gst/fft/kiss_fft_f64.c
gst-libs/gst/fft/kiss_fft_s16.c
gst-libs/gst/fft/kiss_fft_s32.c
gst-libs/gst/fft/kiss_fftr_f32.c
gst-libs/gst/fft/kiss_fftr_f64.c
gst-libs/gst/fft/kiss_fftr_s16.c
gst-libs/gst/fft/kiss_fftr_s32.c