From 63dcd16d567862d94fe4b178e47f440e8ad6a2c9 Mon Sep 17 00:00:00 2001 From: Mans Rullgard Date: Sat, 19 May 2012 13:19:19 +0100 Subject: fate: fix dependencies on SAMPLES being set This allows fate to run without errors with or without SAMPLES being set. Signed-off-by: Mans Rullgard --- tests/fate/probe.mak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/fate/probe.mak') diff --git a/tests/fate/probe.mak b/tests/fate/probe.mak index ae50704..73bc5cb 100644 --- a/tests/fate/probe.mak +++ b/tests/fate/probe.mak @@ -10,7 +10,7 @@ fate-probe-format-roundup1414: REF = mpeg FATE_PROBE_FORMAT += fate-probe-format-roundup2015 fate-probe-format-roundup2015: REF = dv -FATE-$(CONFIG_AVPROBE) += $(FATE_PROBE_FORMAT) +FATE_SAMPLES-$(CONFIG_AVPROBE) += $(FATE_PROBE_FORMAT) fate-probe-format: $(FATE_PROBE_FORMAT) $(FATE_PROBE_FORMAT): avprobe$(EXESUF) -- cgit v1.1