changeset 6485:949e4f444a50 libavcodec

Rename --enable-swscaler --> enable-swscale to be consistent with the directory name and other option names. Also rename variables accordingly.
author diego
date Mon, 10 Mar 2008 17:54:24 +0000
parents 814c8bd77d91
children 3f96dc62c4b9
files Makefile imgconvert.c
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Mon Mar 10 03:07:44 2008 +0000
+++ b/Makefile	Mon Mar 10 17:54:24 2008 +0000
@@ -356,7 +356,7 @@
 
 OBJS-$(HAVE_XVMC_ACCEL)                += xvmcvideo.o
 
-ifneq ($(CONFIG_SWSCALER),yes)
+ifneq ($(CONFIG_SWSCALE),yes)
 OBJS += imgresample.o
 endif
 
--- a/imgconvert.c	Mon Mar 10 03:07:44 2008 +0000
+++ b/imgconvert.c	Mon Mar 10 17:54:24 2008 +0000
@@ -2380,7 +2380,7 @@
 }
 #endif
 
-#ifndef CONFIG_SWSCALER
+#ifndef CONFIG_SWSCALE
 /* XXX: always use linesize. Return -1 if not supported */
 int img_convert(AVPicture *dst, int dst_pix_fmt,
                 const AVPicture *src, int src_pix_fmt,