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:
Olivier Blin 2021-08-24 18:14:22 +02:00
parent c654f86859
commit 3823f94311

View file

@ -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