summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authoratmos4 <atmos4@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-11-19 01:57:27 +0000
committeratmos4 <atmos4@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-11-19 01:57:27 +0000
commit21d2d092b8bd816b9f3365273667c4d6ae951e7a (patch)
tree6a6b473d9fdcf38b74f15d0faeb503a3f68489b9 /configure
parent5d9ac71cc6e20d80d3997eef2fb337e56587daa5 (diff)
downloadmpv-21d2d092b8bd816b9f3365273667c4d6ae951e7a.tar.bz2
mpv-21d2d092b8bd816b9f3365273667c4d6ae951e7a.tar.xz
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-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 8a88626f50..85000cbb88 100755
--- a/configure
+++ b/configure
@@ -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