diff options
author | Rostislav Pehlivanov <atomnuker@gmail.com> | 2017-10-21 19:31:44 +0100 |
---|---|---|
committer | Rostislav Pehlivanov <atomnuker@gmail.com> | 2018-01-06 18:31:37 +0000 |
commit | 6b35a83214f1bc3fb38c9ea9c2cd3676f28709fa (patch) | |
tree | ce009e168ee6b5a998b3b53b13068ecc83c4a6cb /tests/Makefile | |
parent | 2ca65fc7b74444edd51d5803a2c1e05a801a6023 (diff) | |
download | ffmpeg-streaming-6b35a83214f1bc3fb38c9ea9c2cd3676f28709fa.zip ffmpeg-streaming-6b35a83214f1bc3fb38c9ea9c2cd3676f28709fa.tar.gz |
Remove the ffserver program
Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com>
Diffstat (limited to 'tests/Makefile')
-rw-r--r-- | tests/Makefile | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/Makefile b/tests/Makefile index fd3713f..14b9601 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -1,5 +1,3 @@ -FFSERVER_REFFILE = $(SRC_PATH)/tests/ffserver.regression.ref - THREADS = 1 VREF = tests/vsynth1/00.pgm AREF = tests/data/asynth1.sw @@ -11,14 +9,6 @@ FFMPEG=ffmpeg$(PROGSSUF)$(EXESUF) $(AREF): CMP= -ffservertest: export PROGSUF = $(PROGSSUF) -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." - @echo - $(SRC_PATH)/tests/ffserver-regression.sh $(FFSERVER_REFFILE) $(SRC_PATH)/tests/ffserver.conf "$(TARGET_SAMPLES)" "$(TARGET_EXEC)" "$(TARGET_PATH)" - APITESTSDIR := tests/api OBJDIRS += tests/data tests/vsynth1 tests/data/filtergraphs $(APITESTSDIR)/ |