summaryrefslogtreecommitdiff
path: root/libavcodec/Makefile
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2008-03-10 17:54:24 +0000
committerDiego Biurrun <diego@biurrun.de>2008-03-10 17:54:24 +0000
commit13ca50f367d34a11a62ce4ae9317b0f7b2f6f81c (patch)
tree7bcaa6c3149301628724b19e0c89437667955014 /libavcodec/Makefile
parent781138d0052d7e528ff553ef16af26c49751e4af (diff)
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 'libavcodec/Makefile')
-rw-r--r--libavcodec/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index 7dd93a0bd5..a3570bd262 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -356,7 +356,7 @@ OBJS-$(HAVE_W32THREADS) += w32thread.o
OBJS-$(HAVE_XVMC_ACCEL) += xvmcvideo.o
-ifneq ($(CONFIG_SWSCALER),yes)
+ifneq ($(CONFIG_SWSCALE),yes)
OBJS += imgresample.o
endif