Bug 263087 - remove unused IFAST code. Patch by bernard.alleysson@gmail.com.

r+sr=tor
This commit is contained in:
tor%cs.brown.edu 2004-12-12 00:57:39 +00:00
Родитель 8348cd5a18
Коммит 39f3e84889
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -310,7 +310,7 @@ typedef unsigned char boolean;
/* Capability options common to encoder and decoder: */
#define DCT_ISLOW_SUPPORTED /* slow but accurate integer algorithm */
#define DCT_IFAST_SUPPORTED /* faster, less accurate integer method */
#undef DCT_IFAST_SUPPORTED /* faster, less accurate integer method */
#undef DCT_FLOAT_SUPPORTED /* floating-point: accurate, fast on fast HW */
/* Encoder capability options: */