Diego Biurrun <[email protected]> writes: > On Fri, Oct 19, 2012 at 01:53:34AM +0300, Martin Storsjö wrote: >> --- a/tests/fate/qt.mak >> +++ b/tests/fate/qt.mak >> @@ -1,50 +1,50 @@ >> >> -FATE_SAMPLES_AVCONV += fate-qdm2 >> +FATE_SAMPLES_AVCONV-$(call DEMDEC, MOV, QDM2) += fate-qdm2 >> fate-qdm2: CMD = pcm -i $(SAMPLES)/qt-surge-suite/surge-2-16-B-QDM2.mov >> fate-qdm2: CMP = oneoff >> fate-qdm2: REF = $(SAMPLES)/qt-surge-suite/surge-2-16-B-QDM2.pcm >> fate-qdm2: FUZZ = 2 > > Doesn't this also require some sort of PCM?
Yes, but everything does. It's better to add a single option to enable a few basic features required by almost all tests than to list them with each and every test. -- Måns Rullgård [email protected] _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
