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
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
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
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
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