I'm confused ...
I solved my other kernel include file problems and now I get exactly the
same error as you. I don't understand how I was ever able to compile
this. :-/ Probably an older libc version that I used two months ago had
different kernel include files. Now I can't find e.g. VIDIOC_PREVIE
perhaps some sort of conflict with the local header file? I recall
seeing a version of videodev.h in the 2d driver directory in cvs, but I
haven't really looked into it.
Alex
--- Felix Kühling <[EMAIL PROTECTED]> wrote:
> I'm confused ...
>
> I solved my other kernel include file problems and n
On Fri, 19 Dec 2003 06:26:26 -0800 (PST)
Alex Deucher <[EMAIL PROTECTED]> wrote:
> perhaps some sort of conflict with the local header file? I recall
> seeing a version of videodev.h in the 2d driver directory in cvs, but I
> haven't really looked into it.
Ah, thanks for the pointer. There is vi
Hi,
while working on the savage driver I found two problems. One with
tnl/t_vb_render.c, the other one with tnl_dd/t_dd_tritmp.h. Both started
since I use different hardware primitives for quads and
triangles/polygons.
TAG(quad) in t_dd_tritmp.h calls RASTERIZE( GL_TRIANGLES ) directly
before QUA