[Bug 751221] New: [patch] Fix the build of the opencv plugin
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Fri Jun 19 05:55:05 PDT 2015
https://bugzilla.gnome.org/show_bug.cgi?id=751221
Bug ID: 751221
Summary: [patch] Fix the build of the opencv plugin
Classification: Platform
Product: GStreamer
Version: 1.5.1
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: ---
On FreeBSD the opencv plugin doesn't build because the struct of timeval is
unknown.
CC libgstopencv_la-gstopencv.lo
In file included from gstopencv.c:35:
./gstmotioncells.h:109:18: error: field has incomplete type 'struct timeval'
struct timeval tv;
^
./gstmotioncells.h:109:10: note: forward declaration of 'struct timeval'
struct timeval tv;
^
1 error generated.
--
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