[Ffmpeg-cvslog] r7438 - trunk/tests/Makefile
diego
subversion
Wed Jan 10 21:40:02 CET 2007
Author: diego
Date: Wed Jan 10 21:40:02 2007
New Revision: 7438
Modified:
trunk/tests/Makefile
Log:
Bail out immediately with software scaler instead of failing the tests.
Modified: trunk/tests/Makefile
==============================================================================
--- trunk/tests/Makefile (original)
+++ trunk/tests/Makefile Wed Jan 10 21:40:02 2007
@@ -37,6 +37,15 @@
@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)
More information about the ffmpeg-cvslog
mailing list