[FFmpeg-cvslog] r11475 - trunk/Makefile
Måns Rullgård
mans
Wed Jan 9 02:24:41 CET 2008
Michael Niedermayer <michaelni at gmx.at> writes:
> On Wed, Jan 09, 2008 at 12:02:40AM +0100, diego wrote:
>> Author: diego
>> Date: Wed Jan 9 00:02:39 2008
>> New Revision: 11475
>>
>> Log:
>> Add compilation rule for tools/trasher.
>>
>>
>> Modified:
>> trunk/Makefile
>>
>> Modified: trunk/Makefile
>> ==============================================================================
>> --- trunk/Makefile (original)
>> +++ trunk/Makefile Wed Jan 9 00:02:39 2008
>> @@ -113,6 +113,9 @@ tools/qt-faststart$(EXESUF): tools/qt-fa
>> tools/cws2fws$(EXESUF): tools/cws2fws.c
>> $(CC) $(CFLAGS) $< -o $@ -lz
>>
>> +tools/trasher$(EXESUF): tools/trasher.c
>> + $(CC) $(CFLAGS) $< -o $@
>> +
>> ffplay.o: CFLAGS += $(SDL_CFLAGS)
>
> may i protest against this ...
> i did try
> make tools/trasher before i svn added it and it did work without that
Yes, that is a builtin rule in make.
--
M?ns Rullg?rd
mans at mansr.com
More information about the ffmpeg-cvslog
mailing list