http://bugs.winehq.org/show_bug.cgi?id=27074
Summary: avicap32 won't build correctly on recent kernel headers Product: Wine Version: 1.3.15 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: galtgendo@o2.pl
Created an attachment (id=34506) --> (http://bugs.winehq.org/attachment.cgi?id=34506) patch for correct build with linux/videodev2.h
With the removal of v4l1 API from kernel, avicap32 won't build correctly.
I'm attaching a (most likely working) patch, that I've sent to wine-devel.
The patch doesn't actually introduce any real code changes, only restructures the existing code.
As the response was: "rewrite to use libv4l1",...
PS.: qcap might need similar, though more complex change.