diff options
author | Martin Storsjö <martin@martin.st> | 2022-04-12 09:04:41 +0300 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2022-04-12 09:06:07 +0300 |
commit | 74439b67f2970d98f8bf701637123bbc21ce0326 (patch) | |
tree | 142e4fcabf4c6c16c3b4437bcc24810c7f620bd0 | |
parent | 13fe148c319d758c0d8be4073905cfa79ed3bfc6 (diff) | |
download | ffmpeg-74439b67f2970d98f8bf701637123bbc21ce0326.tar.gz |
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>
-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 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) |