[MPlayer-cvslog] r26278 - trunk/common.mak

Uoti Urpala uoti.urpala at pp1.inet.fi
Sun Mar 30 03:39:56 CEST 2008


On Wed, 2008-03-26 at 10:58 +0100, diego wrote:
> Log:
> sync with FFmpeg r12599

> -# gcc stupidly only outputs the basename of targets with -MM
> -depend dep: $(SRCS)
> -	$(CC) -MM $(CFLAGS) $^ | sed 's,[0-9a-z._-]*: \([a-z0-9]*/\).*,\1&,' 1>.depend
> +depend dep: .depend
> +
> +.depend: $(SRCS)
> +	$(DEPEND_CMD) > .depend

DEPEND_CMD is not set in MPlayer, so in practice this creates
empty .depend files.




More information about the MPlayer-cvslog mailing list