summaryrefslogtreecommitdiff
path: root/tests/fate/probe.mak
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2012-05-07 22:01:15 +0200
committerAnton Khirnov <anton@khirnov.net>2012-05-16 18:35:05 +0200
commitd894752387fe0d79afb752d1437ca4e98a47cf9f (patch)
tree83c2bf6e6fdf9ad761727d7696a0fd09f0ca1707 /tests/fate/probe.mak
parent6ce51a9b392aaf647c4cdfd149fff1af5259a6fd (diff)
avprobe: don't print format entry name when only one was requested
This is easier to parse with automated tools.
Diffstat (limited to 'tests/fate/probe.mak')
-rw-r--r--tests/fate/probe.mak8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/fate/probe.mak b/tests/fate/probe.mak
index 77e9943552..ae50704770 100644
--- a/tests/fate/probe.mak
+++ b/tests/fate/probe.mak
@@ -1,14 +1,14 @@
FATE_PROBE_FORMAT += fate-probe-format-roundup997
-fate-probe-format-roundup997: REF = format_name=mpeg
+fate-probe-format-roundup997: REF = mpeg
FATE_PROBE_FORMAT += fate-probe-format-roundup1383
-fate-probe-format-roundup1383: REF = format_name=mp3
+fate-probe-format-roundup1383: REF = mp3
FATE_PROBE_FORMAT += fate-probe-format-roundup1414
-fate-probe-format-roundup1414: REF = format_name=mpeg
+fate-probe-format-roundup1414: REF = mpeg
FATE_PROBE_FORMAT += fate-probe-format-roundup2015
-fate-probe-format-roundup2015: REF = format_name=dv
+fate-probe-format-roundup2015: REF = dv
FATE-$(CONFIG_AVPROBE) += $(FATE_PROBE_FORMAT)
fate-probe-format: $(FATE_PROBE_FORMAT)