summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Blin <olivier.blin@softathome.com>2021-08-24 18:14:22 +0200
committerOlivier Blin <olivier.blin@softathome.com>2021-08-25 09:20:09 +0200
commit3823f9431115440afbe4b23fe832e2bff6fcfb8b (patch)
tree0382053c37130540931ca272d6bba654e3fb3701
parentc654f86859d03bb91a278464c3410244d80d60aa (diff)
downloadgstreamer-plugins-base-3823f9431115440afbe4b23fe832e2bff6fcfb8b.tar.gz
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>
-rw-r--r--gst-libs/gst/gl/egl/gsteglimage.c4
1 files changed, 0 insertions, 4 deletions
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