diff options
author | Steven Liu <lq@chinaffmpeg.org> | 2024-09-09 14:09:01 +0800 |
---|---|---|
committer | Steven Liu <lq@chinaffmpeg.org> | 2024-09-16 10:12:08 +0800 |
commit | 2fb2cd5c79fc0a01539e826530a195c3d6b78a17 (patch) | |
tree | 0df0498a4ac0ab15c82c063e807d51938da93a7d | |
parent | f3fc7af9fd82512a943696a711d94a36502594e8 (diff) | |
download | ffmpeg-2fb2cd5c79fc0a01539e826530a195c3d6b78a17.tar.gz |
tests/fate/mov: check mov and framemd5 has enabled when test
fix error st fate-mov-neg-firstpts-discard when
--disable-everything --samples=fate-suite
Signed-off-by: Steven Liu <lq@chinaffmpeg.org>
-rw-r--r-- | tests/fate/mov.mak | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fate/mov.mak b/tests/fate/mov.mak index 4160c63a45..682997f7fe 100644 --- a/tests/fate/mov.mak +++ b/tests/fate/mov.mak @@ -17,7 +17,7 @@ FATE_MOV-$(call FRAMEMD5, MOV) = fate-mov-3elist \ fate-mov-stream-shorter-than-movie \ fate-mov-pcm-remux \ -FATE_MOV_FFPROBE = fate-mov-neg-firstpts-discard \ +FATE_MOV_FFPROBE-$(call FRAMEMD5, MOV) = fate-mov-neg-firstpts-discard \ fate-mov-neg-firstpts-discard-vorbis \ fate-mov-aac-2048-priming \ fate-mov-zombie \ |