From 6d4f53cbacbec4fc83f4f84d109c7c68abeecf4a Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Tue, 3 Mar 2009 22:51:30 +0000 Subject: Remove old scaler. Originally committed as revision 17786 to svn://svn.ffmpeg.org/ffmpeg/trunk --- Makefile | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index f1c4d69463..e46c7e13e0 100644 --- a/Makefile +++ b/Makefile @@ -20,9 +20,8 @@ ALLMANPAGES = $(addsuffix .1, $(BASENAMES)) FFLIBS-$(CONFIG_AVFILTER) += avfilter FFLIBS-$(CONFIG_POSTPROC) += postproc -FFLIBS-$(CONFIG_SWSCALE) += swscale -FFLIBS := avdevice avformat avcodec avutil +FFLIBS := avdevice avformat avcodec avutil swscale DATA_FILES := $(wildcard $(SRC_DIR)/ffpresets/*.ffpreset) @@ -236,15 +235,6 @@ LAVF_REG = tests/data/lavf.regression ROTOZOOM_REG = tests/data/rotozoom.regression VSYNTH_REG = tests/data/vsynth.regression -ifneq ($(CONFIG_SWSCALE),yes) -servertest codectest $(CODEC_TESTS) libavtest: swscale-error -swscale-error: - @echo - @echo "This regression test requires --enable-swscale." - @echo - @exit 1 -endif - ifneq ($(CONFIG_ZLIB),yes) regtest-flashsv codectest: zlib-error endif -- cgit v1.2.3