mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 03:35:21 +00:00
x265enc: get rid of _stdint.h include
It was never needed since it doesn't use any standard integer fixed width types. Only the Glib types.
This commit is contained in:
parent
0eff6e1991
commit
bca503a2c4
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue