summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authoralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-04-06 01:12:36 +0000
committeralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-04-06 01:12:36 +0000
commit28a066c29fdd5377b063aabc4eef9805170ac565 (patch)
treec1cdaa059442d9ea955d8fdcb3ff6a552ea9a4a3 /configure
parentb5142b38792958564cc2f2750065194cc0870b01 (diff)
downloadmpv-28a066c29fdd5377b063aabc4eef9805170ac565.tar.bz2
mpv-28a066c29fdd5377b063aabc4eef9805170ac565.tar.xz
removed obsoleted defs
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12134 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure9
1 files changed, 1 insertions, 8 deletions
diff --git a/configure b/configure
index 88479cd226..c206d1dc60 100755
--- a/configure
+++ b/configure
@@ -6039,9 +6039,6 @@ $_def_dynamic_plugins
#define PREFIX "$_prefix"
-/* define this to use simple idct with patched libavcodec */
-#define SIMPLE_IDCT 1
-
#define USE_OSD 1
#define USE_SUB 1
@@ -6187,7 +6184,7 @@ $_def_kstat
/* Define this if you have zlib */
$_def_zlib
#ifdef HAVE_ZLIB
-#define CONFIG_ZLIB
+#define CONFIG_ZLIB 1
#endif
/* Define this if you have shm support */
@@ -6509,10 +6506,6 @@ $_def_sse // only define if you have SSE (Intel Pentium III/4 or Celeron II)
$_def_sse2 // only define if you have SSE2 (Intel Pentium 4)
$_def_altivec // only define if you have Altivec (G4)
-#ifdef HAVE_MMX
-#define USE_MMX_IDCT 1
-#endif
-
$_def_altivec_h // enables usage of altivec.h