[FFmpeg-cvslog] r14147 - in trunk/libavformat: Makefile allformats.c avformat.h mvi.c
Diego Biurrun
diego
Thu Jul 10 08:55:29 CEST 2008
On Wed, Jul 09, 2008 at 11:29:35PM -0700, Mike Melanson wrote:
> ramiro wrote:
> >
> > Log:
> > Motion Pixels MVI Demuxer.
> > Patch by Gregory Montoir <cyx <at> users <dot> sourceforge <dot> net>
>
> So, if FATE is to be believed:
>
> http://fate.multimedia.cx/
>
> Either this commit or the previous one broke all the builds.
It obviously was not this one, Mike :)
> It has to do with enabling and building libswscale. This is the usual
> pattern that FATE uses:
>
> $ ./configure --disable-debug --enable-gpl --enable-postproc
> --enable-avfilter --enable-avfilter-lavf --enable-shared
> --prefix=$BUILD_PATH/install-directory --cc="whatever..."
>
> $ make
>
> $ make -C libswscale
>
> That last step is failing with:
>
> make: *** No rule to make target `swscale_avoption.o', needed by
> `libswscale.a'. Stop.
>
> Not sure why the MVI commits triggered that.
They did not :)
Do you see a file named swscale_avoption.c anywhere? I don't. That's
the problem, somebody forgot to 'svn add' before committing. Most
likely it was Luca.
Diego
More information about the ffmpeg-cvslog
mailing list