From 3823f9431115440afbe4b23fe832e2bff6fcfb8b Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Tue, 24 Aug 2021 18:14:22 +0200 Subject: eglimage: fix redefinition of EGLuint64KHR It is already defined in gst/gl/egl/gstegl.h Part-of: --- gst-libs/gst/gl/egl/gsteglimage.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'gst-libs') diff --git a/gst-libs/gst/gl/egl/gsteglimage.c b/gst-libs/gst/gl/egl/gsteglimage.c index 30bab22d4..906f56e38 100644 --- a/gst-libs/gst/gl/egl/gsteglimage.c +++ b/gst-libs/gst/gl/egl/gsteglimage.c @@ -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 -- cgit v1.2.1