mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-05 06:58:56 +00:00
egl: fix build when using RPi EGL
https://bugzilla.gnome.org/show_bug.cgi?id=795336
This commit is contained in:
parent
d767773a47
commit
2f3ff84f40
1 changed files with 4 additions and 0 deletions
|
@ -86,6 +86,10 @@
|
||||||
#define EGL_DMA_BUF_PLANE0_PITCH_EXT 0x3274
|
#define EGL_DMA_BUF_PLANE0_PITCH_EXT 0x3274
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef USE_EGL_RPI
|
||||||
|
typedef khronos_uint64_t EGLuint64KHR;
|
||||||
|
#endif
|
||||||
|
|
||||||
GST_DEFINE_MINI_OBJECT_TYPE (GstEGLImage, gst_egl_image);
|
GST_DEFINE_MINI_OBJECT_TYPE (GstEGLImage, gst_egl_image);
|
||||||
|
|
||||||
#ifndef GST_DISABLE_GST_DEBUG
|
#ifndef GST_DISABLE_GST_DEBUG
|
||||||
|
|
Loading…
Reference in a new issue