gstfft: Use stdint.h instead of _stdint.h
authorNirbheek Chauhan <nirbheek@centricular.com>
Fri, 12 Aug 2016 15:34:03 +0000 (21:04 +0530)
committerTim-Philipp Müller <tim@centricular.com>
Fri, 19 Aug 2016 11:12:31 +0000 (12:12 +0100)
commita276fd45b80d83b5daac61b08c63d35412a8c062
tree1821c0b555156ae536d64ec3b9331a2f86871a17
parent38622ee1e8a607beaa8d7a8e01a3524d0725041e
gstfft: Use stdint.h instead of _stdint.h

_stdint.h is generated by Autotools and we don't really need it.
stdint.h is now available on all supported platforms.
This really only makes a difference for MSVC, which has it starting from
Visual Studio 2015.
gst-libs/gst/fft/kiss_fft_s16.h
gst-libs/gst/fft/kiss_fft_s32.h