[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Outdated kfreebsd-kernel-headers ?



Hi,

When I try to build vlc 2.0.0 I got the following error and think that
v4l2 isn't up to date.

,----
| In file included from v4l2/controls.c:30:0:
| v4l2/v4l2.h:33:3: warning: #warning Please update Video4Linux2 headers! [-Wcpp]
| v4l2/controls.c: In function 'ControlSetCallback':
| v4l2/controls.c:153:14: error: 'V4L2_CTRL_TYPE_BITMASK' undeclared (first use in this function)
| v4l2/controls.c:153:14: note: each undeclared identifier is reported only once for each function it appears in
| v4l2/controls.c: In function 'ControlsSetFromString':
| v4l2/controls.c:280:26: error: 'V4L2_CTRL_TYPE_BITMASK' undeclared (first use in this function)
| v4l2/controls.c: In function 'ControlsInit':
| v4l2/controls.c:665:10: error: 'V4L2_CTRL_TYPE_BITMASK' undeclared (first use in this function)
| v4l2/controls.c:665:9: error: array index in initializer not of integer type
| v4l2/controls.c:665:9: error: (near initialization for 'handlers')
| make[5]: *** [libv4l2_plugin_la-controls.lo] Error 1
`----

Christian


Reply to: