[Bug 721938] New: build fails in videoconvert.c: too many arguments to function 'video_convert_orc_convert_<...>'
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Fri Jan 10 06:07:25 PST 2014
https://bugzilla.gnome.org/show_bug.cgi?id=721938
GStreamer | gst-plugins-base | git
Summary: build fails in videoconvert.c: too many arguments to
function 'video_convert_orc_convert_<...>'
Classification: Platform
Product: GStreamer
Version: git
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: Normal
Component: gst-plugins-base
AssignedTo: gstreamer-bugs at lists.freedesktop.org
ReportedBy: christian.h.m.schramm at gmail.com
QAContact: gstreamer-bugs at lists.freedesktop.org
GNOME version: ---
This is building in a freshly-setup jhbuild. Building gst-plugins-base fails
with
videoconvert.c: In function 'convert_AYUV_ARGB':
videoconvert.c:1209:7: error: too many arguments to function
'video_convert_orc_convert_AYUV_ARGB'
width, height);
^
In file included from videoconvert.c:31:0:
gstvideoconvertorc.h:113:6: note: declared here
void video_convert_orc_convert_AYUV_ARGB (guint8 * ORC_RESTRICT d1, int
d1_stride, const guint8 * ORC_RESTRICT s1, int s1_stride, int n, int m);
^
videoconvert.c: In function 'convert_AYUV_BGRA':
videoconvert.c:1223:7: error: too many arguments to function
'video_convert_orc_convert_AYUV_BGRA'
width, height);
^
In file included from videoconvert.c:31:0:
gstvideoconvertorc.h:114:6: note: declared here
void video_convert_orc_convert_AYUV_BGRA (guint8 * ORC_RESTRICT d1, int
d1_stride, const guint8 * ORC_RESTRICT s1, int s1_stride, int n, int m);
^
videoconvert.c: In function 'convert_AYUV_ABGR':
videoconvert.c:1237:7: error: too many arguments to function
'video_convert_orc_convert_AYUV_ABGR'
width, height);
^
In file included from videoconvert.c:31:0:
gstvideoconvertorc.h:115:6: note: declared here
void video_convert_orc_convert_AYUV_ABGR (guint8 * ORC_RESTRICT d1, int
d1_stride, const guint8 * ORC_RESTRICT s1, int s1_stride, int n, int m);
^
videoconvert.c: In function 'convert_AYUV_RGBA':
videoconvert.c:1251:7: error: too many arguments to function
'video_convert_orc_convert_AYUV_RGBA'
width, height);
^
In file included from videoconvert.c:31:0:
gstvideoconvertorc.h:116:6: note: declared here
void video_convert_orc_convert_AYUV_RGBA (guint8 * ORC_RESTRICT d1, int
d1_stride, const guint8 * ORC_RESTRICT s1, int s1_stride, int n, int m);
^
videoconvert.c: In function 'convert_I420_BGRA':
videoconvert.c:1268:9: error: too many arguments to function
'video_convert_orc_convert_I420_BGRA'
width);
^
In file included from videoconvert.c:31:0:
gstvideoconvertorc.h:117:6: note: declared here
void video_convert_orc_convert_I420_BGRA (guint8 * ORC_RESTRICT d1, const
guint8 * ORC_RESTRICT s1, const guint8 * ORC_RESTRICT s2, const guint8 *
ORC_RESTRICT s3, int n);
--
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- 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