[FFmpeg-cvslog] tests: Fix the dependencies for the fate-jpg-icc test

Martin Storsjö git at videolan.org
Tue Apr 12 09:06:22 EEST 2022


ffmpeg | branch: master | Martin Storsjö <martin at martin.st> | Tue Apr 12 09:04:41 2022 +0300| [74439b67f2970d98f8bf701637123bbc21ce0326] | committer: Martin Storsjö

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 at martin.st>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=74439b67f2970d98f8bf701637123bbc21ce0326
---

 tests/fate/image.mak | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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)



More information about the ffmpeg-cvslog mailing list