On Mon, 6 May 2013 12:01:20 +0200, Diego Biurrun <[email protected]> wrote:
> On Fri, May 03, 2013 at 10:14:38AM +0200, Kostya Shishkov wrote:
> > --- /dev/null
> > +++ b/tests/fate/monkeysaudio.mak
> > @@ -0,0 +1,20 @@
> > +APE_VERSIONS = 380 388 389b1 391b1 392b2 394b1
> > +
> > +define FATE_APE_SUITE
> > +FATE_APE += fate-lossless-monkeysaudio-$(1)-normal
> > +fate-lossless-monkeysaudio-$(1)-normal: CMD = crc -i 
> > $(SAMPLES)/lossless-audio/luckynight-mac$(1)-c2000.ape -af 
> > atrim=end_sample=73728
> > +fate-lossless-monkeysaudio-$(1)-normal: REF = CRC=0x5d08c17e
> > +fate-lossless-monkeysaudio-$(1)-normal: CMP = oneline
> > +FATE_APE += fate-lossless-monkeysaudio-$(1)-extrahigh
> > +fate-lossless-monkeysaudio-$(1)-extrahigh: CMD = crc -i 
> > $(SAMPLES)/lossless-audio/luckynight-mac$(1)-c4000.ape -af 
> > atrim=end_sample=73728
> > +fate-lossless-monkeysaudio-$(1)-extrahigh: REF = CRC=0x5d08c17e
> > +fate-lossless-monkeysaudio-$(1)-extrahigh: CMP = oneline
> > +endef
> > +
> > +$(foreach N,$(APE_VERSIONS),$(eval $(call FATE_APE_SUITE,$(N))))
> > +
> > +FATE_SAMPLES_AVCONV-$(call DEMDEC, APE, APE) += 
> > fate-lossless-monkeysaudio-cur
> > +fate-lossless-monkeysaudio-cur: CMD = md5 -i 
> > $(SAMPLES)/lossless-audio/luckynight-partial.ape -f s16le
> 
> Replace "cur" by "current" or, probably better yet, by the right version
> number.  There's bound to come more in the future...
> 
> > +FATE_SAMPLES_AVCONV-$(call DEMDEC, APE, APE) += $(FATE_APE)
> 
> FATE_SAMPLES_AVCONV-$(call FILTERDEMDEC, ATRIM, APE, APE) += $(FATE_APE)
> 
> and move this after the $(foreach).
> 

No need, I'm making (a)trim dependencies of avconv 

-- 
Anton Khirnov
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to