ffmpeg port build failing

2010-01-18 Thread Jamie Griffin
Hello I'm trying to install gimp from ports but one of its dependencies is failing, ffmpeg. This is the error its failing on: libavdevice/v412.c:41:23: erro: asm/types.h: No such file or directory In file included from libavdevice/v412.c:42: /usr/local/include/linux/videodev2.h:430: warning: decl

Re: ffmpeg port build failing

2010-01-18 Thread Yuri Pankov
On Tue, Jan 19, 2010 at 02:51:15AM +, Jamie Griffin wrote: > Hello > > I'm trying to install gimp from ports but one of its dependencies is > failing, ffmpeg. This is the error its failing on: > > libavdevice/v412.c:41:23: erro: asm/types.h: No such file or directory > In file included from l

Re: ffmpeg port build failing

2010-01-18 Thread Jamie Griffin
> Problem here is in multimedia/v4l_compat port, which was recently > updated to install include/linux/videodev2.h. You could try uninstalling > it or moving include/linux/videodev2.h away when you are building ffmpeg. tried both those options, neither one works unfortunately. hmmm. Thanks for

Re: ffmpeg port build failing

2010-01-18 Thread Yuri Pankov
On Tue, Jan 19, 2010 at 03:45:48AM +, Jamie Griffin wrote: > > > Problem here is in multimedia/v4l_compat port, which was recently > > updated to install include/linux/videodev2.h. You could try uninstalling > > it or moving include/linux/videodev2.h away when you are building ffmpeg. > > tr

Re: ffmpeg port build failing

2010-01-18 Thread Jamie Griffin
> I hope you did run `make clean` after removing v4l_compat port? Hi Yuri, I had not done `make clean`, but doing so did make it install ok. Thanks for you help. Jamie ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/lis