[FFmpeg-cvslog] r15914 - trunk/Makefile

Måns Rullgård mans
Sun Nov 23 13:56:01 CET 2008


Diego Biurrun <diego at biurrun.de> writes:

> On Sun, Nov 23, 2008 at 01:36:41PM +0100, mru wrote:
>> 
>> Log:
>> Build regression test data generators using HOSTCC
>> 
>> --- trunk/Makefile	(original)
>> +++ trunk/Makefile	Sun Nov 23 13:36:41 2008
>> @@ -326,8 +326,8 @@ tests/vsynth2/00.pgm: tests/rotozoom$(EX
>>  
>> -%$(EXESUF): %.c
>> -	$(CC) $(FF_LDFLAGS) $(CFLAGS) -o $@ $<
>> +tests/%$(EXESUF): tests/%.c
>> +	$(HOSTCC) $(HOSTCFLAGS) $(HOSTLDFLAGS) -o $@ $< $(HOSTLIBS)
>>  
>>  tests/seek_test$(EXESUF): tests/seek_test.c $(FF_DEP_LIBS)
>>  	$(CC) $(FF_LDFLAGS) $(CFLAGS) -o $@ $< $(FF_EXTRALIBS)
>
> Why not seek_test as well?

Because seek_test runs on the target.

-- 
M?ns Rullg?rd
mans at mansr.com




More information about the ffmpeg-cvslog mailing list