eglimage: fix redefinition of EGLuint64KHR
authorOlivier Blin <olivier.blin@softathome.com>
Tue, 24 Aug 2021 16:14:22 +0000 (18:14 +0200)
committerOlivier Blin <olivier.blin@softathome.com>
Wed, 25 Aug 2021 07:20:09 +0000 (09:20 +0200)
It is already defined in gst/gl/egl/gstegl.h

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/merge_requests/1262>

gst-libs/gst/gl/egl/gsteglimage.c

index 30bab22..906f56e 100644 (file)
 #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