From 2ece2e97738880f8582a01f9efb9cf30ee4747d3 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Thu, 17 Jul 2008 09:30:48 +0000 Subject: [PATCH] Move up swscale_error target so that regression tests error out immediately. Originally committed as revision 14261 to svn://svn.ffmpeg.org/ffmpeg/trunk --- Makefile | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/Makefile b/Makefile index a820d5f360c..213f1846a0a 100644 --- a/Makefile +++ b/Makefile @@ -262,6 +262,15 @@ LAVF_REG = tests/data/lavf.regression ROTOZOOM_REG = tests/data/rotozoom.regression VSYNTH_REG = tests/data/vsynth.regression +ifeq ($(CONFIG_SWSCALE),yes) +servertest codectest $(CODEC_TESTS) libavtest: swscale_error +swscale_error: + @echo + @echo "This regression test is incompatible with --enable-swscale." + @echo + @exit 1 +endif + codectest: $(VSYNTH_REG) $(ROTOZOOM_REG) diff -u -w $(FFMPEG_REFFILE) $(VSYNTH_REG) diff -u -w $(ROTOZOOM_REFFILE) $(ROTOZOOM_REG) @@ -301,15 +310,6 @@ servertest: ffserver$(EXESUF) tests/vsynth1/00.pgm tests/asynth1.sw @echo $(SRC_PATH)/tests/server-regression.sh $(FFSERVER_REFFILE) $(SRC_PATH)/tests/test.conf -ifeq ($(CONFIG_SWSCALE),yes) -servertest codectest $(CODEC_TESTS) libavtest: swscale_error -swscale_error: - @echo - @echo "This regression test is incompatible with --enable-swscale." - @echo - @exit 1 -endif - tests/vsynth1/00.pgm: tests/videogen$(EXESUF) mkdir -p tests/vsynth1 $(BUILD_ROOT)/$< 'tests/vsynth1/' -- 2.39.2