[Bug 795336] egl: build fails using RPi implementation of EGL

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue Apr 17 17:54:37 UTC 2018


https://bugzilla.gnome.org/show_bug.cgi?id=795336

--- Comment #3 from Tim-Philipp Müller <t.i.m at zen.co.uk> ---
Comment on attachment 371065
  --> https://bugzilla.gnome.org/attachment.cgi?id=371065
egl: fix build when using RPi EGL

>+++ b/gst-libs/gst/gl/egl/gstegl.h
> 
>+#if USE_EGL_RPI
>+typedef khronos_uint64_t EGLuint64KHR;
>+#endif
>+

This is an installed header, but USE_EGL_RPI will only be defined if compiling
gst-gl itself, so will this not cause problems when compiling external things
that use this header?

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list