[MPlayer-cvslog] r32973 - trunk/mplayer.c

Ingo Brückl ib at wupperonline.de
Mon Mar 7 12:08:01 CET 2011


I wrote on Sun, 06 Mar 2011 21:15:44 +0100:

>  mencoder$(EXESUF) mplayer$(EXESUF):
> -       $(CC) -o $@ $^ $(EXTRALIBS)
> +       @echo "LD      " $<
> +       @$(CC) -o $@ $^ $(EXTRALIBS)

Argh! I shouldn't make changes after testing (in this case to follow the
ffmpeg output). It's

  @echo "LD      " $@

of course.

Ingo


More information about the MPlayer-cvslog mailing list