Re: Missing HAVE_V4L2 check

2005-05-05 Thread Francois Gouget
On Thu, 5 May 2005, Maarten Lankhorst wrote: [...] HAVE_V4L2 is not declared in wine itself, but by /usr/include/linux/videodev.h, which includes videodev2.h and defines HAVE_V4L2 if V4L2 is available, so in my opinion it doesn't need fixing.. Ok. I'll send a patch to prevent winapi_check from co

Re: Missing HAVE_V4L2 check

2005-05-05 Thread Maarten Lankhorst
James Hawkins wrote: On 5/5/05, Maarten Lankhorst <[EMAIL PROTECTED]> wrote: HAVE_V4L2 is not declared in wine itself, but by /usr/include/linux/videodev.h, which includes videodev2.h and defines HAVE_V4L2 if V4L2 is available, so in my opinion it doesn't need fixing.. Maybe we can have our

Re: Missing HAVE_V4L2 check

2005-05-05 Thread James Hawkins
On 5/5/05, Maarten Lankhorst <[EMAIL PROTECTED]> wrote: > > HAVE_V4L2 is not declared in wine itself, but by > /usr/include/linux/videodev.h, which includes videodev2.h and defines > HAVE_V4L2 if V4L2 is available, so in my opinion it doesn't need fixing.. > Maybe we can have our cake and eat it

Re: Missing HAVE_V4L2 check

2005-05-05 Thread Maarten Lankhorst
Francois Gouget wrote: Maarten, could you fix the following winapi_check warnings: dlls/avicap32/avicap32_main.c: HAVE_V4L2 is not declared as a conditional dlls/avicap32/avicap32_main.c: HAVE_V4L2 is not declared as a conditional The problem is that dlls/avicap32/avicap32_main.c checks for HAVE_V4

Missing HAVE_V4L2 check

2005-05-05 Thread Francois Gouget
Maarten, could you fix the following winapi_check warnings: dlls/avicap32/avicap32_main.c: HAVE_V4L2 is not declared as a conditional dlls/avicap32/avicap32_main.c: HAVE_V4L2 is not declared as a conditional The problem is that dlls/avicap32/avicap32_main.c checks for HAVE_V4L2 but we lack the app