diff options
author | atmos4 <atmos4@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-11-19 01:57:27 +0000 |
---|---|---|
committer | atmos4 <atmos4@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-11-19 01:57:27 +0000 |
commit | 21d2d092b8bd816b9f3365273667c4d6ae951e7a (patch) | |
tree | 6a6b473d9fdcf38b74f15d0faeb503a3f68489b9 /configure | |
parent | 5d9ac71cc6e20d80d3997eef2fb337e56587daa5 (diff) |
Make description for SIMPLE_IDCT better and make #define consisten with others.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2993 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2338,8 +2338,8 @@ echo "Creating config.h" cat > config.h << EOF /* -------- Generated by configure ----------- */ -/* keeps us from editing config.h everytime in case we applied patch */ -#define SIMPLE_IDCT +/* define this to use simple idct with patched libavcodec */ +#define SIMPLE_IDCT 1 #define USE_OSD 1 #define USE_SUB 1 |