mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-24 03:39:45 +00:00
tests/Makefile: Fix ffservertest dependencies
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
parent
0dbee67700
commit
c3f781c52a
@ -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."
|
||||
|
Loading…
Reference in New Issue
Block a user