Date: Thu, 18 Oct 2012 16:14:06 +0100 From: Matt Dawson <matt@chronos.org.uk> To: freebsd-multimedia@freebsd.org Subject: Re: motion-3.2.12 does not work with bktr Message-ID: <201210181514.q9IFE6FE090540@chronos.org.uk> In-Reply-To: <mailman.5.1350561601.82133.freebsd-multimedia@freebsd.org> References: <mailman.5.1350561601.82133.freebsd-multimedia@freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 18 Oct 2012 12:00:01 +0000 Cpet Services <cpetservice@gmail.com> wrote: > Going to need a little more info that the info provided. Also the > issue mentioned sounds like a perm issue rather an issue with motion. It isn't. It is counter-intuitive but to have bktr/meteor code work for local sources one has to let the V4L code compile or it won't work at all, even with the BKTR option enabled. In the Makefile, remove the line CFLAGS+= -DWITHOUT_V4L, to make the PWCBSD conditional look like this: .if ${PORT_OPTIONS:MPWCBSD} BUILD_DEPENDS+= v4l_compat>=1.0.20060801:${PORTSDIR}/multimedia/v4l_compat RUN_DEPENDS+= /boot/modules/pwc.ko:${PORTSDIR}/multimedia/pwcbsd CONFIGURE_ARGS+=--with-pwcbsd .else CONFIGURE_ARGS+=--without-pwcbsd .endif The port as it stands is useless for bktr without the Makefile hack. -- Matt Dawson MTD15-RIPE GW0VNR
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210181514.q9IFE6FE090540>