gstreamer/gst-libs/gst
Norbert Wesp 574607702b Add GBM_CFLAGS and define EGL_PLATFORM_GBM_MESA
Building an image with yocto for an 'am335x' processor will fail,
because 'gbm.h' can not be found and 'EGL_PLATFORM_GBM_MESA' is not defined.

So simply adding define of 'EGL_PLATFORM_GBM_MESA' in 'gstgldisplay_egl.c'
and adding 'GBM_CFLAGS' in 'gst-gl.m4' to get rid of this errors and complete
a full build process.

ERRORs were:
-----------
gst-plugins-base-1.14.1/gst-libs/gst/gl/gbm/gstglwindow_gbm_egl.h:24:10:
fatal error: gbm.h: No such file or directory
  #include <gbm.h>
           ^~~~~~~

gst-plugins-base-1.14.1/gst-libs/gst/gl/egl/gstgldisplay_egl.c:157:39:
error: 'EGL_PLATFORM_GBM_MESA' undeclared (first use in this function);
did you mean 'EGL_PLATFORM_WAYLAND'?
  ret = _gst_eglGetPlatformDisplay (EGL_PLATFORM_GBM_MESA, (gpointer) display,
                                    ^~~~~~~~~~~~~~~~~~~~~

https://bugzilla.gnome.org/show_bug.cgi?id=796885
2018-08-02 12:17:56 +10:00
..
allocators libs: g-ir-scanner: do not hardcode libtool path 2018-05-18 13:41:25 +02:00
app app: Update for g_type_class_add_private() deprecation in recent GLib 2018-06-23 21:33:16 +02:00
audio audio-buffer: fix typo in assignment that causes buggy behavior 2018-07-24 15:09:25 +03:00
fft fft: GST_EXPORT -> GST_FFT_API 2018-03-13 12:10:29 +00:00
gl Add GBM_CFLAGS and define EGL_PLATFORM_GBM_MESA 2018-08-02 12:17:56 +10:00
pbutils pbutils: Update for g_type_class_add_private() deprecation in recent GLib 2018-06-23 22:08:16 +02:00
riff libs: g-ir-scanner: do not hardcode libtool path 2018-05-18 13:41:25 +02:00
rtp rtp: Update for g_type_class_add_private() deprecation in recent GLib 2018-06-23 22:22:22 +02:00
rtsp meson: Add feature options for all plugins 2018-07-27 18:42:11 +05:30
sdp sdp: Add new constructor, sdp_message_from_text 2018-06-11 20:21:08 +02:00
tag tagdemux: Properly propagate gst_pad_pull_range() errors 2018-07-27 16:23:09 +03:00
video videodecoder: Don't always drain on gaps/discont 2018-07-12 15:25:51 -04:00
gettext.h Fix FSF address 2012-11-03 23:05:09 +00:00
glib-compat-private.h Fix FSF address 2012-11-03 23:05:09 +00:00
gst-i18n-app.h tools: add simple command-line gst-play utility for testing purposes 2013-08-16 15:45:23 +01:00
gst-i18n-plugin.h Fix FSF address 2012-11-03 23:05:09 +00:00
Makefile.am gl: hook up to build system 2017-12-19 12:01:48 +00:00
meson.build meson: Add feature options for all plugins 2018-07-27 18:42:11 +05:30