[FFmpeg-cvslog] r22052 - in trunk/libavcodec: h264.c h264.h

Reimar Döffinger Reimar.Doeffinger
Thu Feb 25 23:57:55 CET 2010


On Thu, Feb 25, 2010 at 11:40:05PM +0100, Michael Niedermayer wrote:
> > Is it any quicker with make -r?
> 
> time make -n -r >/dev/null
> 
> real	0m1.722s
> user	0m1.453s
> sys	0m0.159s
> 
> time make -n >/dev/null
> 
> real	0m12.078s
> user	0m11.177s
> sys	0m0.252s

Try adding
.SUFFIXES:
to common.mak
Should be close to make -r speed.



More information about the ffmpeg-cvslog mailing list