Diego Biurrun <[email protected]> writes: > diff --git a/tests/fate/game.mak b/tests/fate/game.mak > new file mode 100644 > index 0000000..c66cede > --- /dev/null > +++ b/tests/fate/game.mak > @@ -0,0 +1,221 @@ > +FATE_TESTS += fate-4xm-1 > +fate-4xm-1: CMD = framecrc -i $(SAMPLES)/4xm/version1.4xm -pix_fmt rgb24 -an > + > +FATE_TESTS += fate-4xm-2 > +fate-4xm-2: CMD = framecrc -i $(SAMPLES)/4xm/version2.4xm -pix_fmt rgb24 -an > + > +FATE_TESTS += fate-adpcm-ea-r2 > +fate-adpcm-ea-r2: CMD = crc -i $(SAMPLES)/ea-mpc/THX_logo.mpc -vn > + > +FATE_TESTS += fate-adpcm-ea-r3 > +fate-adpcm-ea-r3: CMD = crc -i $(SAMPLES)/ea-vp6/THX_logo.vp6 -vn
Might be better to put all adpcm codecs together. [...] > +FATE_TESTS += fate-ea-mad-adpcm-ea-r1 > +fate-ea-mad-adpcm-ea-r1: CMD = framecrc -i $(SAMPLES)/ea-mad/NFS6LogoE.mad > + > +FATE_TESTS += fate-ea-mad-pcm-planar > +fate-ea-mad-pcm-planar: CMD = framecrc -i $(SAMPLES)/ea-mad/xeasport.mad > + > +FATE_TESTS += fate-ea-tgq > +fate-ea-tgq: CMD = framecrc -i $(SAMPLES)/ea-tgq/v27.tgq -an > + > +FATE_TESTS += fate-ea-tgv-ima-ea-eacs > +fate-ea-tgv-ima-ea-eacs: CMD = framecrc -i > $(SAMPLES)/ea-tgv/INTRO8K-partial.TGV -pix_fmt rgb24 > + > +FATE_TESTS += fate-ea-tgv-ima-ea-sead > +fate-ea-tgv-ima-ea-sead: CMD = framecrc -i $(SAMPLES)/ea-tgv/INTEL_S.TGV > -pix_fmt rgb24 > + > +FATE_TESTS += fate-ea-tqi-adpcm > +fate-ea-tqi-adpcm: CMD = framecrc -i > $(SAMPLES)/ea-wve/networkBackbone-partial.wve Look, more adpcm. > +FATE_TESTS += fate-ea-vp60 > +fate-ea-vp60: CMD = framecrc -i $(SAMPLES)/ea-vp6/g36.vp6 > + > +FATE_TESTS += fate-ea-vp61 > +fate-ea-vp61: CMD = framecrc -i $(SAMPLES)/ea-vp6/MovieSkirmishGondor.vp6 > -t 4 There are a few other vp5/6 tests these would feel more at home together with. -- Måns Rullgård [email protected] _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
