diff options
author | Diego Biurrun <diego@biurrun.de> | 2016-06-23 17:05:42 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2016-06-28 17:42:53 +0200 |
commit | 7c55fac7dfa8bad9644dea5d03309da30be69563 (patch) | |
tree | 481a1b300e0a9f7c830871e40bed7efec6b0caf3 /tests/fate | |
parent | e48746deec48e9ff195841bc3266b4e153a878cd (diff) | |
download | ffmpeg-7c55fac7dfa8bad9644dea5d03309da30be69563.tar.gz |
fate: Add test for webp
Diffstat (limited to 'tests/fate')
-rw-r--r-- | tests/fate/image.mak | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/fate/image.mak b/tests/fate/image.mak index e58291ba1d..83fa71a199 100644 --- a/tests/fate/image.mak +++ b/tests/fate/image.mak @@ -223,6 +223,9 @@ FATE_TIFF-$(call DEMDEC, IMAGE2, TIFF) += $(FATE_TIFF) FATE_SAMPLES_AVCONV += $(FATE_TIFF-yes) fate-tiff: $(FATE_TIFF-yes) +FATE_SAMPLES_AVCONV-$(call DEMDEC, IMAGE2, WEBP) += fate-webp +fate-webp: CMD = framecrc -i $(TARGET_SAMPLES)/webp/image_small.webp + FATE_XBM += fate-xbm10 fate-xbm10: CMD = framecrc -i $(TARGET_SAMPLES)/xbm/xl.xbm |