plugins: Use <stdint.h> instead of _stdint.h
authorNirbheek Chauhan <nirbheek@centricular.com>
Fri, 12 Aug 2016 16:11:39 +0000 (21:41 +0530)
committerTim-Philipp Müller <tim@centricular.com>
Fri, 19 Aug 2016 12:03:29 +0000 (13:03 +0100)
commit5ae5b2d3c7c5563b54c190030917c9d9d2772265
tree883c3d74b0d4d934cc8cca6a89857d90093d57b5
parentbb5a13e8482dae907c3e2c85919bde7647b508bb
plugins: Use <stdint.h> instead of _stdint.h

_stdint.h is generated by Autotools and we don't really need it. All
supported platforms now ship with stdint.h. The only stickler was MSVC,
and since Visual Studio 2015 it also ships stdint.h now.
ext/a52dec/gsta52dec.c
ext/dvdread/dvdreadsrc.c
ext/x264/gstx264enc.h
gst/realmedia/realhash.c
gst/realmedia/rtspreal.c