[FFmpeg-cvslog] r25905 - trunk/Makefile

İsmail Dönmez ismail
Tue Dec 7 12:54:34 CET 2010


Hi;

On Tue, Dec 7, 2010 at 1:53 PM, Ramiro Polla <ramiro.polla at gmail.com> wrote:
>
> On Tue, Dec 7, 2010 at 9:49 AM, Ramiro Polla <ramiro.polla at gmail.com> wrote:
> > On Tue, Dec 7, 2010 at 9:42 AM, ramiro <subversion at mplayerhq.hu> wrote:
> >> Author: ramiro
> >> Date: Tue Dec ?7 12:42:19 2010
> >> New Revision: 25905
> >>
> >> Log:
> >> Fix building of object files in tools/
> >>
> >> Modified:
> >> ? trunk/Makefile
> >>
> >> Modified: trunk/Makefile
> >> ==============================================================================
> >> --- trunk/Makefile ? ? ?Tue Dec ?7 10:51:27 2010 ? ? ? ?(r25904)
> >> +++ trunk/Makefile ? ? ?Tue Dec ?7 12:42:19 2010 ? ? ? ?(r25905)
> >> @@ -90,7 +90,7 @@ tools/%$(EXESUF): tools/%.o
> >> ? ? ? ?$(LD) $(FF_LDFLAGS) -o $@ $< $(FF_EXTRALIBS)
> >>
> >> ?tools/%.o: tools/%.c
> >> - ? ? ? $(CC) $(CPPFLAGS) $(CFLAGS) $(CC_O) $<
> >> + ? ? ? $(CC) $(CPPFLAGS) $(CFLAGS) -c $(CC_O) $<
> >>
> >> ?ffplay.o: CFLAGS += $(SDL_CFLAGS)
> >
> > Btw this rule was never used with make < 3.82, which makes me think
>
> Oops, thumb slipped... I'll try again:
>
> Btw this rule was never used with make < 3.82, which makes me think it
> could be removed altogether.

It breaks lavfi-test compilation with make 3.82, so I am in favor of
its removal.

> Does Mans still follow this list? Could you please comment?

I guess not.

Regards,
ismail



More information about the ffmpeg-cvslog mailing list