Changeset 310

Show
Ignore:
Timestamp:
01/13/07 21:44:26 (2 years ago)
Author:
goodea
Message:

save 1000 bytes of rom

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lib/jpeg-6b/jmorecfg.h

    r199 r310  
    262262 
    263263#define DCT_ISLOW_SUPPORTED     /* slow but accurate integer algorithm */ 
    264 #define DCT_IFAST_SUPPORTED   /* faster, less accurate integer method */ 
     264#undef DCT_IFAST_SUPPORTED   /* faster, less accurate integer method */ 
    265265#undef  DCT_FLOAT_SUPPORTED     /* floating-point: accurate, fast on fast HW */ 
     266 
     267#define JDCT_FASTEST  JDCT_ISLOW 
    266268 
    267269/* Encoder capability options: */