#ifndef IDCT_MMX32_H
#define IDCT_MMX32_H

#ifdef __cplusplus
extern "C" {
#endif

extern void __stdcall idct_mmx32(short *block);

#ifdef __cplusplus
}
#endif

#endif	