summaryrefslogtreecommitdiff
path: root/tests/fate/image.mak
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2022-04-12 09:04:41 +0300
committerMartin Storsjö <martin@martin.st>2022-04-12 09:06:07 +0300
commit74439b67f2970d98f8bf701637123bbc21ce0326 (patch)
tree142e4fcabf4c6c16c3b4437bcc24810c7f620bd0 /tests/fate/image.mak
parent13fe148c319d758c0d8be4073905cfa79ed3bfc6 (diff)
tests: Fix the dependencies for the fate-jpg-icc test
The test also requires a png decoder, which often can be disabled in cross building setups, where zlib might be missing. Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'tests/fate/image.mak')
-rw-r--r--tests/fate/image.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fate/image.mak b/tests/fate/image.mak
index 70be281411..7190bf4ce5 100644
--- a/tests/fate/image.mak
+++ b/tests/fate/image.mak
@@ -337,7 +337,7 @@ fate-jpg-12bpp: CMD = framecrc -idct simple -i $(TARGET_SAMPLES)/jpg/12bpp.jpg -
FATE_JPG += fate-jpg-jfif
fate-jpg-jfif: CMD = framecrc -idct simple -i $(TARGET_SAMPLES)/jpg/20242.jpg
-FATE_JPG_TRANSCODE-$(call ENCDEC, MJPEG, IMAGE2) += fate-jpg-icc
+FATE_JPG_TRANSCODE-$(call ENCDEC, MJPEG PNG, IMAGE2) += fate-jpg-icc
fate-jpg-icc: CMD = transcode png_pipe $(TARGET_SAMPLES)/png1/lena-int_rgb24.png mjpeg "-vf scale" "" "" "-show_frames"
FATE_JPG-$(call DEMDEC, IMAGE2, MJPEG) += $(FATE_JPG)