From 4aea2c7d8959e1273a7eb6d06e5c3de57f9cf722 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Sat, 12 Mar 2016 15:37:25 +0100 Subject: [PATCH] fate: Add ffprobe dependancy to fate-h264-dts_5frames Signed-off-by: Michael Niedermayer --- tests/fate/h264.mak | 2 ++ 1 file changed, 2 insertions(+) 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