diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-04-23 21:00:10 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-04-28 02:40:49 +0200 |
commit | 9aea3e02a2ca90449fe55d22ad35d2e7e4642458 (patch) | |
tree | e36891326a57b598e0e5953fddadb0a8f0dab0a8 /tests/fate | |
parent | 33d1c7193180e50f6e264c5d5648fb8310e2569c (diff) | |
download | ffmpeg-9aea3e02a2ca90449fe55d22ad35d2e7e4642458.tar.gz |
fate/lavf-image2pipe: Fix test requirements
The fix is automatically inherited by the corresponding
fate-seek-lavf-*pipe tests.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'tests/fate')
-rw-r--r-- | tests/fate/lavf-image2pipe.mak | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/tests/fate/lavf-image2pipe.mak b/tests/fate/lavf-image2pipe.mak index 297f677ada..318655140b 100644 --- a/tests/fate/lavf-image2pipe.mak +++ b/tests/fate/lavf-image2pipe.mak @@ -1,6 +1,11 @@ -FATE_LAVF_IMAGE2PIPE-$(call ENCDEC, PBM, IMAGE2PIPE) += pbmpipe -FATE_LAVF_IMAGE2PIPE-$(call ENCDEC, PGM, IMAGE2PIPE) += pgmpipe -FATE_LAVF_IMAGE2PIPE-$(call ENCDEC, PPM, IMAGE2PIPE) += ppmpipe +LAVF_IMAGE2PIPE = $(call ALLYES, $(1)_DECODER $(1)_ENCODER $(2) \ + IMAGE2_DEMUXER PGMYUV_DECODER \ + IMAGE2PIPE_MUXER IMAGE2PIPE_DEMUXER \ + RAWVIDEO_ENCODER CRC_MUXER FILE_PROTOCOL) + +FATE_LAVF_IMAGE2PIPE-$(call LAVF_IMAGE2PIPE, PBM, PNM_PARSER SCALE_FILTER) += pbmpipe +FATE_LAVF_IMAGE2PIPE-$(call LAVF_IMAGE2PIPE, PGM, PNM_PARSER SCALE_FILTER) += pgmpipe +FATE_LAVF_IMAGE2PIPE-$(call LAVF_IMAGE2PIPE, PPM, PNM_PARSER SCALE_FILTER) += ppmpipe FATE_LAVF_IMAGE2PIPE = $(FATE_LAVF_IMAGE2PIPE-yes:%=fate-lavf-%) |