mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-05 23:18:47 +00:00
egl: fix build when using RPi EGL
https://bugzilla.gnome.org/show_bug.cgi?id=795336
This commit is contained in:
parent
8a5f5eaaae
commit
0978a2efa9
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue