diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2009-01-30 23:47:18 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2009-01-30 23:47:18 +0000 |
commit | 0927520cbb614d576a83ae70fdf9275c23147cc5 (patch) | |
tree | aca99e2e1012d0f37d7a6d0a4ed9665bf8146080 /configure | |
parent | 72685f8efc0daaa92084325fc1357dde7d39801a (diff) |
Add CONFIG_SWSCALE to config.h, we always enable the software scaler.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28401 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -8588,6 +8588,7 @@ $_def_yasm #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. */ |