x265enc: get rid of _stdint.h include
authorLuis de Bethencourt <luisbg@osg.samsung.com>
Mon, 8 Feb 2016 13:43:22 +0000 (13:43 +0000)
committerLuis de Bethencourt <luisbg@osg.samsung.com>
Mon, 8 Feb 2016 13:43:24 +0000 (13:43 +0000)
It was never needed since it doesn't use any standard integer fixed width
types. Only the Glib types.

ext/x265/gstx265enc.h

index 58ba7c03587a735c3f354387903a5e851f733f4b..66a8135c0f99bef96201f1013d98904c51d4d458 100644 (file)
@@ -25,7 +25,6 @@
 #include <gst/gst.h>
 #include <gst/video/video.h>
 #include <gst/video/gstvideoencoder.h>
-#include "_stdint.h"
 #include <x265.h>
 
 G_BEGIN_DECLS