From 2f3ff84f4082097a36732a91734121fb209efb84 Mon Sep 17 00:00:00 2001 From: Omar Akkila Date: Wed, 18 Apr 2018 10:28:42 -0400 Subject: [PATCH] egl: fix build when using RPi EGL https://bugzilla.gnome.org/show_bug.cgi?id=795336 --- gst-libs/gst/gl/egl/gsteglimage.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gst-libs/gst/gl/egl/gsteglimage.c b/gst-libs/gst/gl/egl/gsteglimage.c index fdd6038073..f12baad8df 100644 --- a/gst-libs/gst/gl/egl/gsteglimage.c +++ b/gst-libs/gst/gl/egl/gsteglimage.c @@ -86,6 +86,10 @@ #define EGL_DMA_BUF_PLANE0_PITCH_EXT 0x3274 #endif +#ifdef USE_EGL_RPI +typedef khronos_uint64_t EGLuint64KHR; +#endif + GST_DEFINE_MINI_OBJECT_TYPE (GstEGLImage, gst_egl_image); #ifndef GST_DISABLE_GST_DEBUG