changeset 28366:338fc5d8cbe0

Add CONFIG_SWSCALE to config.h, we always enable the software scaler.
author diego
date Fri, 30 Jan 2009 23:47:18 +0000
parents 7baef388c45b
children e8bae856d691
files configure
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Fri Jan 30 23:40:13 2009 +0000
+++ b/configure	Fri Jan 30 23:47:18 2009 +0000
@@ -8588,6 +8588,7 @@
 
 #define CONFIG_GPL 1
 #define CONFIG_SMALL 0
+#define CONFIG_SWSCALE 1
 #define CONFIG_GRAY 0
 
 /* Some FFmpeg codecs depend on these. Enable them unconditionally for now. */