On Mon, Mar 16, 2015 at 01:22:35PM +0000, Vittorio Giovara wrote: > --- a/tests/fate/screen.mak > +++ b/tests/fate/screen.mak > @@ -44,6 +44,9 @@ fate-tscc: $(FATE_TSCC) > FATE_SAMPLES_AVCONV-$(call DEMDEC, AVI, TSCC2) += fate-tscc2 > fate-tscc2: CMD = framecrc -i $(TARGET_SAMPLES)/tscc/tsc2_16bpp.avi > > +FATE_SAMPLES_AVCONV-$(call DEMDEC, MOV, TSCC2) += fate-tscc2-mov > +fate-tscc2-mov: CMD = framecrc -i $(TARGET_SAMPLES)/tscc/rec.trec
Nah, too naive. You should refactor these two test declarations so that they can be called together as one target and avoid duplicating the dependency declaration. Look around, there are plenty of examples. Diego _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
