Skip to content
Snippets Groups Projects
Commit 3dd9fa77 authored by Diego Biurrun's avatar Diego Biurrun
Browse files

Bail out immediately with software scaler instead of failing the tests.

Originally committed as revision 7438 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 77aee36c
No related branches found
No related tags found
No related merge requests found
...@@ -37,6 +37,15 @@ libavtest: ...@@ -37,6 +37,15 @@ libavtest:
@echo @echo
endif endif
ifeq ($(CONFIG_SWSCALER),yes)
test-server codectest mpeg4 mpeg ac3 snow snowll libavtest: swscale_error
swscale_error:
@echo
@echo "This regression test is incompatible with --enable-swscaler."
@echo
@exit 1
endif
# video generation # video generation
vsynth1/00.pgm: videogen$(EXESUF) vsynth1/00.pgm: videogen$(EXESUF)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment