diff options
author | Michael Niedermayer <michael@niedermayer.cc> | 2016-11-28 23:28:52 +0100 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2016-11-28 23:50:01 +0100 |
commit | 1e7f9b0ec602e98055875139956aecc4c7daa89e (patch) | |
tree | a7d8f93ca13d9a5e612c52dba6f8ab85cdba6063 /tests/Makefile | |
parent | c3f781c52ad79e84c1f315e765e849c944276671 (diff) | |
download | ffmpeg-streaming-1e7f9b0ec602e98055875139956aecc4c7daa89e.zip ffmpeg-streaming-1e7f9b0ec602e98055875139956aecc4c7daa89e.tar.gz |
tests: Fix running ffserver under qemu
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'tests/Makefile')
-rw-r--r-- | tests/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile b/tests/Makefile index 19033b4..53d900b 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -17,7 +17,7 @@ ffservertest: ffserver$(PROGSSUF)$(EXESUF) ffmpeg$(PROGSSUF)$(EXESUF) tests/vsyn @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 + $(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)/ |