Index: jmorecfg.h =================================================================== RCS file: /cvsroot/mozilla/jpeg/jmorecfg.h,v retrieving revision 3.15 diff -u -r3.15 jmorecfg.h --- jmorecfg.h 12 Dec 2004 00:57:39 -0000 3.15 +++ jmorecfg.h 25 Nov 2005 18:14:38 -0000 @@ -310,7 +313,7 @@ /* Capability options common to encoder and decoder: */ #define DCT_ISLOW_SUPPORTED /* slow but accurate integer algorithm */ -#undef DCT_IFAST_SUPPORTED /* faster, less accurate integer method */ +#define DCT_IFAST_SUPPORTED /* faster, less accurate integer method */ #undef DCT_FLOAT_SUPPORTED /* floating-point: accurate, fast on fast HW */ /* Encoder capability options: */