From 150c9823e71a161e97003849cf8b2f55b21520bd Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Mon, 26 Aug 2013 15:10:18 +0100 Subject: adding ffmpeg specific version --- ffmpeg1/tests/fate/probe.mak | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 ffmpeg1/tests/fate/probe.mak (limited to 'ffmpeg1/tests/fate/probe.mak') diff --git a/ffmpeg1/tests/fate/probe.mak b/ffmpeg1/tests/fate/probe.mak new file mode 100644 index 0000000..1166de4 --- /dev/null +++ b/ffmpeg1/tests/fate/probe.mak @@ -0,0 +1,20 @@ +FATE_PROBE_FORMAT-$(CONFIG_MPEGPS_DEMUXER) += fate-probe-format-roundup997 +fate-probe-format-roundup997: REF = mpeg + +FATE_PROBE_FORMAT-$(CONFIG_MP3_DEMUXER) += fate-probe-format-roundup1383 +fate-probe-format-roundup1383: REF = mp3 + +FATE_PROBE_FORMAT-$(CONFIG_MPEGPS_DEMUXER) += fate-probe-format-roundup1414 +fate-probe-format-roundup1414: REF = mpeg + +FATE_PROBE_FORMAT-$(CONFIG_DV_DEMUXER) += fate-probe-format-roundup2015 +fate-probe-format-roundup2015: REF = dv + +FATE_PROBE_FORMAT = $(FATE_PROBE_FORMAT-yes) + +FATE_EXTERN-$(CONFIG_FFPROBE) += $(FATE_PROBE_FORMAT) +fate-probe-format: $(FATE_PROBE_FORMAT) + +$(FATE_PROBE_FORMAT): ffprobe$(EXESUF) +$(FATE_PROBE_FORMAT): CMP = oneline +fate-probe-format-%: CMD = probefmt $(SAMPLES)/probe-format/$(@:fate-probe-format-%=%) -- cgit v1.2.3