Skip to content

Commit

Permalink
egl: fix build when using RPi EGL
Browse files Browse the repository at this point in the history
  • Loading branch information
Omar Akkila authored and ocrete committed Apr 18, 2018
1 parent d767773 commit 2f3ff84
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions gst-libs/gst/gl/egl/gsteglimage.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2f3ff84

Please sign in to comment.