summaryrefslogtreecommitdiff
path: root/tests/fate/probe.mak
diff options
context:
space:
mode:
authorChristophe Gisquet <christophe.gisquet@gmail.com>2015-10-14 19:18:27 +0200
committerMichael Niedermayer <michael@niedermayer.cc>2015-10-16 14:02:12 +0200
commit42c1dcde683f949822335d5d909a2364acbd1fcd (patch)
tree551a2af7382e0790c4dc5cc5397446fa2f9eb47a /tests/fate/probe.mak
parent5e80a6cd315debe462feaf30b635c07cb0f44abb (diff)
fate: use PROGSSUF
May require exporting in the shell var PROGSUF when invoking a shell script. Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'tests/fate/probe.mak')
-rw-r--r--tests/fate/probe.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fate/probe.mak b/tests/fate/probe.mak
index 9f9dd4a926..4be9356f5f 100644
--- a/tests/fate/probe.mak
+++ b/tests/fate/probe.mak
@@ -15,6 +15,6 @@ 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): ffprobe$(PROGSSUF)$(EXESUF)
$(FATE_PROBE_FORMAT): CMP = oneline
fate-probe-format-%: CMD = probefmt $(TARGET_SAMPLES)/probe-format/$(@:fate-probe-format-%=%)