[MPlayer-cvslog] r32973 - trunk/mplayer.c
Clément Bœsch
ubitux at gmail.com
Mon Mar 7 12:16:23 CET 2011
On Mon, Mar 07, 2011 at 12:08:01PM +0100, Ingo Brückl wrote:
> 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.
>
btw, why not a tab instead of those spaces? There is exactly 8 char with
LD + spaces, so a tab should give you the same output.
--
Clément B.
More information about the MPlayer-cvslog
mailing list