[FFmpeg-cvslog] r25905 - trunk/Makefile

Ramiro Polla ramiro.polla
Tue Dec 7 12:53:15 CET 2010


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.

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



More information about the ffmpeg-cvslog mailing list