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