Diego Biurrun <[email protected]> writes:

> On Mon, May 21, 2012 at 12:55:45PM +0100, Måns Rullgård wrote:
>> Diego Biurrun <[email protected]> writes:
>> > On Sun, May 20, 2012 at 11:01:18PM +0100, Mans Rullgard wrote:
>> >> --- a/tests/Makefile
>> >> +++ b/tests/Makefile
>> >> @@ -1,9 +1,5 @@
>> >> -AREF = fate-acodec-aref
>> >> -VREF = fate-vsynth1-vref fate-vsynth2-vref
>> >> -REFS = $(AREF) $(VREF)
>> >> -
>> >> -$(VREF): avconv$(EXESUF) tests/vsynth1/00.pgm tests/vsynth2/00.pgm
>> >> -$(AREF): avconv$(EXESUF) tests/data/asynth1.sw
>> >> +VREF = tests/vsynth1/00.pgm
>> >> +AREF = tests/data/asynth1.sw
>> >
>> > Dropping "tests/vsynth2/00.pgm" looks suspicous.  Suddenly nothing
>> > depends on that file anymore, but the rule to generate it remains
>> > in place.  Either the rule needs to go as well or something does
>> > still depend on the file.
>> 
>> The file is indeed not needed, or generated, any more.
>
> Drop the rule to generate it then.

Of course, and good catch.

-- 
Måns Rullgård
[email protected]
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to