diff options
author | James Almer <jamrial@gmail.com> | 2019-12-07 13:30:18 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2019-12-07 13:30:18 -0300 |
commit | ade7f4c60c000b0bc0c69bc5060b02a92d02f604 (patch) | |
tree | 4d689bbb1cd2322436b16dad2a42622dc6672509 /tests/fate | |
parent | 70efa31ba1d14b31be61cc38db2cf034db9c50e4 (diff) | |
download | ffmpeg-ade7f4c60c000b0bc0c69bc5060b02a92d02f604.tar.gz |
fate/matroska: fix dependencies for fate-matroska-prores-zlib test
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'tests/fate')
-rw-r--r-- | tests/fate/matroska.mak | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fate/matroska.mak b/tests/fate/matroska.mak index 25f5df82c8..94a9ccfdf7 100644 --- a/tests/fate/matroska.mak +++ b/tests/fate/matroska.mak @@ -1,4 +1,4 @@ -FATE_MATROSKA-$(call ALLYES, MATROSKA_DEMUXER VORBIS_PARSER) += fate-matroska-prores-zlib +FATE_MATROSKA-$(call ALLYES, MATROSKA_DEMUXER ZLIB) += fate-matroska-prores-zlib fate-matroska-prores-zlib: CMD = framecrc -i $(TARGET_SAMPLES)/mkv/prores_zlib.mkv -c:v copy # This tests that the matroska demuxer supports modifying the colorspace |