librekinect icon indicating copy to clipboard operation
librekinect copied to clipboard

Update gspca.c

Open xriss opened this issue 9 years ago • 0 comments

V4L2_FL_USE_FH_PRIO has been removed from v4l2-dev.h, as far as I can work out V4L2_FL_USES_V4L2_FH should be used instead

  • flags: optional. Set to V4L2_FL_USE_FH_PRIO if you want to let the framework handle the VIDIOC_G/S_PRIORITY ioctls. This requires that you use struct v4l2_fh. Eventually this flag will disappear once all drivers use the core priority handling. But for now it has to be set explicitly.

This way at least it builds when missing, however I'm not sure what's going on here and there may be other changes needed to deal with this problem.

xriss avatar May 11 '15 21:05 xriss