[FFmpeg-cvslog] r17445 - in trunk: configure libavcodec/Makefile libavformat/Makefile
Aurelien Jacobs
aurel
Thu Feb 19 02:04:27 CET 2009
Diego Biurrun wrote:
> On Thu, Feb 19, 2009 at 01:27:57AM +0100, aurel wrote:
> >
> > Log:
> > fix missing dependencies
>
> Neat.
>
> How did you notice all the missing dependencies? I suspect you did not
> do it manually...
A simple (ugly) script running a loop for each component of ffmpeg and
simply doing:
./configure --disable-~~everything~~ --enable-$component
make
then wait a few hours, and look at the resulting errors.
I guess I should clean up that script some day and maybe add it
to the repo.
Aurel
More information about the ffmpeg-cvslog
mailing list