[Kwintv] kdenonbeta/kwintv3/qtvision/plugins/video/v4l/kv4lsetup

John Campbell kwintv@mail.kde.org
Tue, 26 Nov 2002 03:53:13 -0800


On Tuesday 26 November 2002 01:28 am, George Staikos wrote:
> CVS commit by staikos:
>
> update v4l2 header and make some possible compile fixes.
>
> How does this help?
> Which errors exist now?
>
> CCMAIL: kwintv@mail.kde.org
>
>
>   M +27 -6     kv4lsetup.c   1.5
>   M +2 -3      videodev2.h   1.2

Ok.  It took a couple of hours for the update to make it to anoncvs.kde.o=
rg=20
but I've compiled it on Mandrake 9.0 and kv3lsetup.c compiles without err=
ors. =20
videodev2.h isn't loaded on my system because it's included in the system=
=20
headers.

One problem though is that v4limage.cpp still fails due to type clashes i=
n=20
system headers.  You need to #include <stdio.h> before <linux/videodev.h>=
 or=20
you get the kernel definitions of several types.