Skip to content
  • Nirbheek Chauhan's avatar
    gstfft: Use stdint.h instead of _stdint.h · a276fd45
    Nirbheek Chauhan authored
    _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.
    a276fd45