[FFmpeg-cvslog] r11646 - trunk/Makefile

Diego Biurrun diego
Thu Jan 31 10:21:27 CET 2008


On Mon, Jan 28, 2008 at 09:27:22AM +0000, M?ns Rullg?rd wrote:
> Diego Biurrun <diego at biurrun.de> writes:
> 
> > On Mon, Jan 28, 2008 at 02:37:19AM +0100, diego wrote:
> >> 
> >> --- trunk/Makefile	(original)
> >> +++ trunk/Makefile	Mon Jan 28 02:37:19 2008
> >> @@ -278,7 +278,7 @@ codectest mpeg4 mpeg ac3 snow snowll: ff
> >>  
> >> -seektest: tests/seek_test$(EXESUF)
> >> +seektest: codectest libavtest tests/seek_test$(EXESUF)
> >
> > Note that I'm not terribly happy with this, seektest should instead
> > depend on the necessary generated files.
> 
> It uses all of them.

Here is a patch that makes the seektest depend on the last files that
codectest and libavtest generate.  It's not a beauty (and some lines
could be factored out still), but it works.

Mans, any better ideas?

Diego




More information about the ffmpeg-cvslog mailing list