diff options
author | Christophe Gisquet <christophe.gisquet@gmail.com> | 2015-10-14 19:18:27 +0200 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2015-10-16 14:02:12 +0200 |
commit | 42c1dcde683f949822335d5d909a2364acbd1fcd (patch) | |
tree | 551a2af7382e0790c4dc5cc5397446fa2f9eb47a /tests/fate/ffprobe.mak | |
parent | 5e80a6cd315debe462feaf30b635c07cb0f44abb (diff) | |
download | ffmpeg-42c1dcde683f949822335d5d909a2364acbd1fcd.tar.gz |
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/ffprobe.mak')
-rw-r--r-- | tests/fate/ffprobe.mak | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fate/ffprobe.mak b/tests/fate/ffprobe.mak index e9a6a95bef..d5fb05cd68 100644 --- a/tests/fate/ffprobe.mak +++ b/tests/fate/ffprobe.mak @@ -1,5 +1,5 @@ FFPROBE_TEST_FILE=tests/data/ffprobe-test.nut -FFPROBE_COMMAND=ffprobe$(EXESUF) -show_streams -show_packets -show_format -show_frames -bitexact $(FFPROBE_TEST_FILE) +FFPROBE_COMMAND=ffprobe$(PROGSSUF)$(EXESUF) -show_streams -show_packets -show_format -show_frames -bitexact $(FFPROBE_TEST_FILE) FATE_FFPROBE-$(CONFIG_AVDEVICE) += fate-ffprobe_compact fate-ffprobe_compact: $(FFPROBE_TEST_FILE) |