diff options
author | Michael Niedermayer <michael@niedermayer.cc> | 2016-11-28 23:07:19 +0100 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2016-11-28 23:50:01 +0100 |
commit | c3f781c52ad79e84c1f315e765e849c944276671 (patch) | |
tree | 56fc7e138eaccded807006d2b1b4368f93770f55 | |
parent | 0dbee67700393b9e2a84e5570294209b1f2a985c (diff) | |
download | ffmpeg-c3f781c52ad79e84c1f315e765e849c944276671.tar.gz |
tests/Makefile: Fix ffservertest dependencies
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-rw-r--r-- | tests/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile b/tests/Makefile index 07e839e316..19033b4771 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -12,7 +12,7 @@ FFMPEG=ffmpeg$(PROGSSUF)$(EXESUF) $(AREF): CMP= ffservertest: export PROGSUF = $(PROGSSUF) -ffservertest: ffserver$(PROGSSUF)$(EXESUF) tests/vsynth1/00.pgm tests/data/asynth1.sw +ffservertest: ffserver$(PROGSSUF)$(EXESUF) ffmpeg$(PROGSSUF)$(EXESUF) tests/vsynth1/00.pgm tests/data/asynth1.sw @echo @echo "Unfortunately ffserver is broken and therefore its regression" @echo "test fails randomly. Treat the results accordingly." |