Hi all,
Tried to compile gst-plugins-good, configuration is OK, I have all deps
installed. But make ends in:
CC libgstvideo4linux2_la-gstv4l2vidorient.lo
CC libgstvideo4linux2_la-v4l2_calls.lo
v4l2_calls.c: In function 'gst_v4l2_fill_lists':
v4l2_calls.c:58:26: error: 'V4L2_CID_HCENTER_DEPRECATED' undeclared (first
use in this function)
#define V4L2_CID_HCENTER V4L2_CID_HCENTER_DEPRECATED
^
v4l2_calls.c:297:12: note: in expansion of macro 'V4L2_CID_HCENTER'
case V4L2_CID_HCENTER:
^
v4l2_calls.c:58:26: note: each undeclared identifier is reported only once
for each function it appears in
#define V4L2_CID_HCENTER V4L2_CID_HCENTER_DEPRECATED
^
v4l2_calls.c:297:12: note: in expansion of macro 'V4L2_CID_HCENTER'
case V4L2_CID_HCENTER:
^
v4l2_calls.c:61:26: error: 'V4L2_CID_VCENTER_DEPRECATED' undeclared (first
use in this function)
#define V4L2_CID_VCENTER V4L2_CID_VCENTER_DEPRECATED
^
v4l2_calls.c:298:12: note: in expansion of macro 'V4L2_CID_VCENTER'
case V4L2_CID_VCENTER:
^
Any suggestions on how to procede with this would be appreciated !
Niels
--
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page