From 13ca50f367d34a11a62ce4ae9317b0f7b2f6f81c Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Mon, 10 Mar 2008 17:54:24 +0000 Subject: Rename --enable-swscaler --> enable-swscale to be consistent with the directory name and other option names. Also rename variables accordingly. Originally committed as revision 12408 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavfilter/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavfilter/Makefile') diff --git a/libavfilter/Makefile b/libavfilter/Makefile index 83575fe18b..923f91c696 100644 --- a/libavfilter/Makefile +++ b/libavfilter/Makefile @@ -2,7 +2,7 @@ include ../config.mak NAME = avfilter FFLIBS = avcodec avutil -FFLIBS-$(CONFIG_SWSCALER) += swscale +FFLIBS-$(CONFIG_SWSCALE) += swscale FFLIBS-$(CONFIG_AVFILTER_LAVF) += avformat OBJS = allfilters.o \ -- cgit v1.2.3