mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-01 03:52:25 +00:00
eglimage: fix redefinition of EGLuint64KHR
It is already defined in gst/gl/egl/gstegl.h Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/merge_requests/1262>
This commit is contained in:
parent
c654f86859
commit
3823f94311
1 changed files with 0 additions and 4 deletions
|
@ -191,10 +191,6 @@
|
|||
#define EGL_YUV_NARROW_RANGE_EXT 0x3283
|
||||
#endif
|
||||
|
||||
#if !GST_GL_HAVE_EGLUINT64KHR
|
||||
typedef khronos_uint64_t EGLuint64KHR;
|
||||
#endif
|
||||
|
||||
GST_DEFINE_MINI_OBJECT_TYPE (GstEGLImage, gst_egl_image);
|
||||
|
||||
#ifndef GST_DISABLE_GST_DEBUG
|
||||
|
|
Loading…
Reference in a new issue