summaryrefslogtreecommitdiff
path: root/tests/Makefile
diff options
context:
space:
mode:
authorGyan Doshi <ffmpeg@gyani.pro>2018-06-15 22:38:26 +0530
committerGyan Doshi <ffmpeg@gyani.pro>2018-06-16 09:20:57 +0530
commit70742f02642cce110111e760d7d2e1abf9e70f4d (patch)
tree97691fe2b4b0519f950afcc6a3bd0793c0a62319 /tests/Makefile
parente3b339cc92e796e2951e97a5c169e2caa66b43e8 (diff)
fate: correct filename references of qt-faststart binary
qt-faststart build doesn't have PROGSSUF added.
Diffstat (limited to 'tests/Makefile')
-rw-r--r--tests/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile b/tests/Makefile
index 409d88a9f1..e564279b0a 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -194,7 +194,7 @@ $(FATE_FFMPEG) $(FATE_SAMPLES_AVCONV) $(FATE_SAMPLES_FFMPEG): ffmpeg$(PROGSSUF)$
$(FATE_FFPROBE) $(FATE_SAMPLES_FFPROBE): ffprobe$(PROGSSUF)$(EXESUF)
-$(FATE_SAMPLES_FASTSTART): tools/qt-faststart$(PROGSSUF)$(EXESUF)
+$(FATE_SAMPLES_FASTSTART): tools/qt-faststart$(EXESUF)
ifdef SAMPLES
FATE += $(FATE_FULL) $(FATE_FULL-yes)