projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0eff6e1
)
x265enc: get rid of _stdint.h include
author
Luis de Bethencourt
<luisbg@osg.samsung.com>
Mon, 8 Feb 2016 13:43:22 +0000
(13:43 +0000)
committer
Luis 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
patch
|
blob
|
history
diff --git
a/ext/x265/gstx265enc.h
b/ext/x265/gstx265enc.h
index 58ba7c03587a735c3f354387903a5e851f733f4b..66a8135c0f99bef96201f1013d98904c51d4d458 100644
(file)
--- a/
ext/x265/gstx265enc.h
+++ b/
ext/x265/gstx265enc.h
@@
-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