egl: fix build when using RPi EGL

https://bugzilla.gnome.org/show_bug.cgi?id=795336
This commit is contained in:
Omar Akkila 2018-04-18 10:28:42 -04:00 committed by Olivier Crête
parent d767773a47
commit 2f3ff84f40

View file

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