diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-09-18 18:22:55 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-09-21 15:43:52 +0200 |
commit | 6a288ada55c0e5a2a74e1ea2b5666412282cb3db (patch) | |
tree | 3696913e4145986130e980dd19c41e49b97fbf10 /tests/fate/lavf-image2pipe.mak | |
parent | b9d71cdb9e920490aec72ec5c17fdf091725c4b4 (diff) | |
download | ffmpeg-6a288ada55c0e5a2a74e1ea2b5666412282cb3db.tar.gz |
fate/lavf-*: Add missing dependency on pipe protocol
Forgotten in bf1337f99c66ac574c6e4da65c305ca878f1d65d.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'tests/fate/lavf-image2pipe.mak')
-rw-r--r-- | tests/fate/lavf-image2pipe.mak | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/fate/lavf-image2pipe.mak b/tests/fate/lavf-image2pipe.mak index 318655140b..868b6433d6 100644 --- a/tests/fate/lavf-image2pipe.mak +++ b/tests/fate/lavf-image2pipe.mak @@ -1,7 +1,8 @@ LAVF_IMAGE2PIPE = $(call ALLYES, $(1)_DECODER $(1)_ENCODER $(2) \ IMAGE2_DEMUXER PGMYUV_DECODER \ IMAGE2PIPE_MUXER IMAGE2PIPE_DEMUXER \ - RAWVIDEO_ENCODER CRC_MUXER FILE_PROTOCOL) + RAWVIDEO_ENCODER CRC_MUXER \ + FILE_PROTOCOL PIPE_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 |