diff options
author | Diego Biurrun <diego@biurrun.de> | 2008-03-10 17:54:24 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2008-03-10 17:54:24 +0000 |
commit | 13ca50f367d34a11a62ce4ae9317b0f7b2f6f81c (patch) | |
tree | 7bcaa6c3149301628724b19e0c89437667955014 /libavfilter | |
parent | 781138d0052d7e528ff553ef16af26c49751e4af (diff) | |
download | ffmpeg-13ca50f367d34a11a62ce4ae9317b0f7b2f6f81c.tar.gz |
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
Diffstat (limited to 'libavfilter')
-rw-r--r-- | libavfilter/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ |