[FFmpeg-cvslog] r14147 - in trunk/libavformat: Makefile allformats.c avformat.h mvi.c
Mike Melanson
mike
Thu Jul 10 08:29:35 CEST 2008
ramiro wrote:
> Author: ramiro
> Date: Thu Jul 10 05:02:19 2008
> New Revision: 14147
>
> 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 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. Although I did take the
FATE machines down for some work while you committed that stuff.
However, I can replicate the same problem on a different machine that I
did not tamper with tonight.
--
-Mike Melanson
More information about the ffmpeg-cvslog
mailing list