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 --- libavfilter/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'libavfilter/Makefile') diff --git a/libavfilter/Makefile b/libavfilter/Makefile index 9da8f910bc..ccf7909c0b 100644 --- a/libavfilter/Makefile +++ b/libavfilter/Makefile @@ -1,8 +1,7 @@ include $(SUBDIR)../config.mak NAME = avfilter -FFLIBS = avcodec avutil -FFLIBS-$(CONFIG_SWSCALE) += swscale +FFLIBS = avcodec avutil swscale FFLIBS-$(CONFIG_AVFILTER_LAVF) += avformat HEADERS = avfilter.h -- cgit v1.2.3