diff options
author | Diego Biurrun <diego@biurrun.de> | 2011-12-14 20:00:33 +0100 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2011-12-14 20:09:44 +0100 |
commit | 80726be4914f52b6f8bc09a9176104506ebeb760 (patch) | |
tree | 0a49ac651f7e3a8861631745527e42989c61da00 /tests | |
parent | d69a03ef4166a69408365a8e2fc334492721d64f (diff) | |
download | ffmpeg-80726be4914f52b6f8bc09a9176104506ebeb760.tar.gz |
fate: Drop pointless "-an" from pictor test command.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/fate/image.mak | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fate/image.mak b/tests/fate/image.mak index ed7afa26d6..db52bd29dc 100644 --- a/tests/fate/image.mak +++ b/tests/fate/image.mak @@ -8,7 +8,7 @@ FATE_TESTS += fate-fax-g3s fate-fax-g3s: CMD = framecrc -i $(SAMPLES)/CCITT_fax/G31DS.TIF FATE_TESTS += fate-pictor -fate-pictor: CMD = framecrc -i $(SAMPLES)/pictor/MFISH.PIC -pix_fmt rgb24 -an +fate-pictor: CMD = framecrc -i $(SAMPLES)/pictor/MFISH.PIC -pix_fmt rgb24 FATE_TESTS += fate-ptx fate-ptx: CMD = framecrc -i $(SAMPLES)/ptx/_113kw_pic.ptx -pix_fmt rgb24 |