[Bug 760960] New: eglimage: Fail to build with older libdrm
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Thu Jan 21 10:43:37 PST 2016
https://bugzilla.gnome.org/show_bug.cgi?id=760960
Bug ID: 760960
Summary: eglimage: Fail to build with older libdrm
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: nicolas.dufresne at collabora.co.uk
QA Contact: gstreamer-bugs at lists.freedesktop.org
GNOME version: ---
We are most likely missing a version check on that library. The fact is that we
don't strictly depend on the library but on only the drm_fourcc.h file. So two
options, we copy over that file (a recent enough version for our use case) or
we add a version check.
The error:
gsteglimagememory.c:430:21: error: 'EGL_LINUX_DRM_FOURCC_EXT' undeclared (first
use in this function)
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)
gsteglimagememory.c:436:21: error: 'EGL_DMA_BUF_PLANE0_OFFSET_EXT' undeclared
(first use in this function)
gsteglimagememory.c:438:21: error: 'EGL_DMA_BUF_PLANE0_PITCH_EXT' undeclared
(first use in this function)
gsteglimagememory.c:449:7: error: 'EGL_LINUX_DMA_BUF_EXT' undeclared (first use
in this function)
--
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