mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
574607702b
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 |
||
---|---|---|
.. | ||
.gitignore | ||
check-libheader.m4 | ||
gst-alsa.m4 | ||
gst-gl.m4 | ||
gst-ivorbis.m4 | ||
lrint.m4 | ||
lrintf.m4 | ||
Makefile.am | ||
ogg.m4 | ||
README | ||
vorbis.m4 |
All aclocal .m4 files we need are put here and cat'd to acinclude.m4 in the source root. Official ones (taken from the relevant devel packages) are named as-is, unofficial ones (or changed ones) get a gst-prefix.