This project contains the AMD optimized idct codes, as downloaded from amdzone.com
(9 dec 2000 version).

This won't compile with the stock MSVC6 compiler. You need the processor pack 
for VC6 or another (intel?) compiler.

Changes:
* added a hack to amd-mdct.c (hybrid code) to change the function call from
IDCT(short* block1, short* block2) to the API-required call IDCT(short* block). 
The hack simply stores the pointer and returns on odd calls, and processes the 
given and stored block on even calls. Not really elegant, but it seems to work.

hrm
