tech-pkg archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: enabling WebRTC by default in firefox



nia <nia%NetBSD.org@localhost> wrote:
>On Mon, Jul 15, 2019 at 03:54:16PM +0100, Robert Swindells wrote:
>> I haven't committed the kernel part of the video(4) changes yet. I can
>> only test for the uvideo(4) camera device, don't have auvitek(4) or
>> pseye(4).
>> 
>> Also need to update graphics/libv4l to get video working. Need some
>> ideas on how to test for sys/videoio.h version on the build machine.
>
>Any updates on this? I have the problem where anything attempting to
>read from /dev/video will block indefinitely.

I give up.

I can create a graphics/libv4l package for 1.18.1 that will build on
NetBSD-current.

If I put any conditional expressions in the Makefile to handle the
different possible system headers then make exits with an error.

The error message doesn't even match the input, why would this:

.elif (${OPSYS} == "NetBSD" || ${OPSYS} == "DragonFly") && ${NEWHEADER} == ""

cause this error:

make: "/u1/pkgsrc/graphics/libv4l.new/Makefile" line 24: Malformed conditional ((${OPSYS} == "NetBSD" || ${OPSYS} == "DragonFly") &&)



Home | Main Index | Thread Index | Old Index