[Bug 760992] New: gstgl does not compile anymore on Pi2
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Fri Jan 22 08:13:35 PST 2016
https://bugzilla.gnome.org/show_bug.cgi?id=760992
Bug ID: 760992
Summary: gstgl does not compile anymore on Pi2
Classification: Platform
Product: GStreamer
Version: git master
OS: Linux
Status: NEW
Severity: normal
Priority: Normal
Component: gst-plugins-bad
Assignee: gstreamer-bugs at lists.freedesktop.org
Reporter: florent.thiery at ubicast.eu
QA Contact: gstreamer-bugs at lists.freedesktop.org
GNOME version: ---
Using a fresh uninstalled setup
./configure CFLAGS="-I/opt/vc/include -I
/opt/vc/include/interface/vcos/pthreads -I
/opt/vc/include/interface/vmcs_host/linux/" LDFLAGS="-L/opt/vc/lib"
--disable-gtk-doc --disable-opengl --enable-gles2 --enable-egl --disable-glx
--disable-x11 --disable-wayland --enable-dispmanx
--with-gles2-module-name=/opt/vc/lib/libGLESv2.so
--with-egl-module-name=/opt/vc/lib/libEGL.so
make -j4
make[5]: Entering directory
'/home/alarm/gst/master/gst-plugins-bad/gst-libs/gst/gl/egl'
CC libgstgl_egl_la-gsteglimagememory.lo
gsteglimagememory.c: In function 'gst_egl_image_memory_from_dmabuf':
gsteglimagememory.c:430:21: error: 'EGL_LINUX_DRM_FOURCC_EXT' undeclared (first
use in this function)
attribs[atti++] = EGL_LINUX_DRM_FOURCC_EXT;
^
gsteglimagememory.c:430:21: note: each undeclared identifier is reported only
once for each function it appears in
gsteglimagememory.c:433:21: error: 'EGL_DMA_BUF_PLANE0_FD_EXT' undeclared
(first use in this function)
attribs[atti++] = EGL_DMA_BUF_PLANE0_FD_EXT;
^
gsteglimagememory.c:436:21: error: 'EGL_DMA_BUF_PLANE0_OFFSET_EXT' undeclared
(first use in this function)
attribs[atti++] = EGL_DMA_BUF_PLANE0_OFFSET_EXT;
^
gsteglimagememory.c:438:21: error: 'EGL_DMA_BUF_PLANE0_PITCH_EXT' undeclared
(first use in this function)
attribs[atti++] = EGL_DMA_BUF_PLANE0_PITCH_EXT;
^
gsteglimagememory.c:449:7: error: 'EGL_LINUX_DMA_BUF_EXT' undeclared (first use
in this function)
EGL_LINUX_DMA_BUF_EXT, NULL, attribs);
^
Makefile:908: recipe for target 'libgstgl_egl_la-gsteglimagememory.lo' failed
--
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