Browse Source

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

Originally committed as revision 7438 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun 18 years ago
parent
commit
3dd9fa77bf
1 changed files with 9 additions and 0 deletions
  1. 9 0
      tests/Makefile

+ 9 - 0
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)