[Bug 759679] New: [GL plugin] doesn't build, Werror - unused function
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Sat Dec 19 14:27:08 PST 2015
https://bugzilla.gnome.org/show_bug.cgi?id=759679
Bug ID: 759679
Summary: [GL plugin] doesn't build, Werror - unused function
Classification: Platform
Product: GStreamer
Version: git master
OS: FreeBSD
Status: NEW
Severity: normal
Priority: Normal
Component: gst-plugins-bad
Assignee: gstreamer-bugs at lists.freedesktop.org
Reporter: kwm at FreeBSD.org
QA Contact: gstreamer-bugs at lists.freedesktop.org
GNOME version: ---
While building gst-plugins-bad on FreeBSD with clang 3.4.1, the following error
happend.
gmake[5]: Leaving directory
'/usr/home/gst/gst/head/gst-plugins-bad/gst-libs/gst/gl/egl'
gmake[5]: Entering directory
'/usr/home/gst/gst/head/gst-plugins-bad/gst-libs/gst/gl'
CC libgstgl_1.0_la-gstgldisplay.lo
CC libgstgl_1.0_la-gstglcontext.lo
CC libgstgl_1.0_la-gstgldebug.lo
CC libgstgl_1.0_la-gstglbasememory.lo
CC libgstgl_1.0_la-gstglbuffer.lo
CC libgstgl_1.0_la-gstglmemory.lo
CC libgstgl_1.0_la-gstglmemorypbo.lo
gstglmemorypbo.c:123:1: error: unused function '_get_plane_width'
[-Werror,-Wunused-function]
_get_plane_width (GstVideoInfo * info, guint plane)
^
1 error generated.
Makefile:1154: recipe for target 'libgstgl_1.0_la-gstglmemorypbo.lo' failed
gmake[5]: *** [libgstgl_1.0_la-gstglmemorypbo.lo] Error 1
gmake[5]: Leaving directory
'/usr/home/gst/gst/head/gst-plugins-bad/gst-libs/gst/gl'
Makefile:1383: recipe for target 'all-recursive' 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