diff options
author | Diego Biurrun <diego@biurrun.de> | 2011-12-14 16:25:00 +0100 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2011-12-14 20:06:18 +0100 |
commit | d69a03ef4166a69408365a8e2fc334492721d64f (patch) | |
tree | 1e0ae433b10f2c1f1931b9b094c172defc28f956 /tests/fate2.mak | |
parent | b998aec461deb49a11299686962429afd657c10b (diff) | |
download | ffmpeg-d69a03ef4166a69408365a8e2fc334492721d64f.tar.gz |
fate: split off image codec FATE tests into their own file
Diffstat (limited to 'tests/fate2.mak')
-rw-r--r-- | tests/fate2.mak | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/tests/fate2.mak b/tests/fate2.mak index 2d90aadc9d..521357c3cd 100644 --- a/tests/fate2.mak +++ b/tests/fate2.mak @@ -25,9 +25,6 @@ fate-imc: REF = $(SAMPLES)/imc/imc.pcm FATE_TESTS += fate-yop fate-yop: CMD = framecrc -i $(SAMPLES)/yop/test1.yop -pix_fmt rgb24 -an -FATE_TESTS += fate-pictor -fate-pictor: CMD = framecrc -i $(SAMPLES)/pictor/MFISH.PIC -pix_fmt rgb24 -an - FATE_TESTS += fate-dts fate-dts: CMD = pcm -i $(SAMPLES)/dts/dts.ts fate-dts: CMP = oneoff @@ -110,12 +107,6 @@ fate-txd-16bpp: CMD = framecrc -i $(SAMPLES)/txd/misc.txd -pix_fmt bgra -an FATE_TESTS += fate-vp3 fate-vp3: CMD = framecrc -i $(SAMPLES)/vp3/vp31.avi -FATE_TESTS += fate-fax-g3 -fate-fax-g3: CMD = framecrc -i $(SAMPLES)/CCITT_fax/G31D.TIF - -FATE_TESTS += fate-fax-g3s -fate-fax-g3s: CMD = framecrc -i $(SAMPLES)/CCITT_fax/G31DS.TIF - FATE_TESTS += fate-ws_snd fate-ws_snd: CMD = md5 -i $(SAMPLES)/vqa/ws_snd.vqa -f s16le |