# HG changeset patch # User alex # Date 1081213956 0 # Node ID c3cce8454ee5b958739ea3d27b36dbf4582b5b28 # Parent 1975bcc1d01530a4d91754f28201f7cb8ddd44b6 removed obsoleted defs diff -r 1975bcc1d015 -r c3cce8454ee5 configure --- a/configure Tue Apr 06 01:11:59 2004 +0000 +++ b/configure Tue Apr 06 01:12:36 2004 +0000 @@ -6039,9 +6039,6 @@ #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 @@ /* 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_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