Commit e31d7b2e authored by diego's avatar diego

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


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7438 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 5c946e34
......@@ -37,6 +37,15 @@ libavtest:
@echo
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
vsynth1/00.pgm: videogen$(EXESUF)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment