diff options
author | Michael Niedermayer <michael@niedermayer.cc> | 2016-03-12 15:37:25 +0100 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2016-03-12 15:37:25 +0100 |
commit | 4aea2c7d8959e1273a7eb6d06e5c3de57f9cf722 (patch) | |
tree | fd1093dd8e8083fdab2d539e69d236793d34d065 /tests | |
parent | 6fa5c8235b0cdb8bd33cc072759866d64e307f8c (diff) | |
download | ffmpeg-4aea2c7d8959e1273a7eb6d06e5c3de57f9cf722.tar.gz |
fate: Add ffprobe dependancy to fate-h264-dts_5frames
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/fate/h264.mak | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/fate/h264.mak b/tests/fate/h264.mak index 9c2cd500f8..0c614eb3a2 100644 --- a/tests/fate/h264.mak +++ b/tests/fate/h264.mak @@ -203,6 +203,8 @@ FATE_H264-$(call DEMDEC, MATROSKA, H264) += fate-h264-direct-bff FATE_SAMPLES_AVCONV += $(FATE_H264-yes) fate-h264: $(FATE_H264-yes) +fate-h264-dts_5frames: ffprobe$(PROGSSUF)$(EXESUF) + fate-h264-conformance-aud_mw_e: CMD = framecrc -vsync drop -i $(TARGET_SAMPLES)/h264-conformance/AUD_MW_E.264 fate-h264-conformance-ba1_ft_c: CMD = framecrc -vsync drop -i $(TARGET_SAMPLES)/h264-conformance/BA1_FT_C.264 fate-h264-conformance-ba1_sony_d: CMD = framecrc -vsync drop -i $(TARGET_SAMPLES)/h264-conformance/BA1_Sony_D.jsv |