summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authoratmos4 <atmos4@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-11-19 01:52:40 +0000
committeratmos4 <atmos4@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-11-19 01:52:40 +0000
commit5d9ac71cc6e20d80d3997eef2fb337e56587daa5 (patch)
tree8acf4ab7b63afb282c21c7aa158f2c5078db3905 /configure
parent584b79c136fe003e7b7cece7f9d68403616a3b7f (diff)
downloadmpv-5d9ac71cc6e20d80d3997eef2fb337e56587daa5.tar.bz2
mpv-5d9ac71cc6e20d80d3997eef2fb337e56587daa5.tar.xz
small "make it easier to compile" addition, enable SIMPLE_IDCT by default
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2992 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure b/configure
index 344bd3262e..8a88626f50 100755
--- a/configure
+++ b/configure
@@ -2338,6 +2338,9 @@ 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 USE_OSD 1
#define USE_SUB 1