From: Diego Biurrun Date: Wed, 10 Jan 2007 20:40:02 +0000 (+0000) Subject: Bail out immediately with software scaler instead of failing the tests. X-Git-Tag: v0.5~10628 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3dd9fa77bfec7a2ced7a2af913a1db2ddcacf577;p=platform%2Fupstream%2Flibav.git Bail out immediately with software scaler instead of failing the tests. Originally committed as revision 7438 to svn://svn.ffmpeg.org/ffmpeg/trunk --- diff --git a/tests/Makefile b/tests/Makefile index 9c65bc5..18a5157 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -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)