--- idct.h 2002/05/02 22:35:14 1.3 +++ idct.h 2002/06/14 13:26:23 1.5 @@ -2,9 +2,10 @@ #define _IDCT_H_ void idct_int32_init(); +void idct_ia64_init(); -typedef void (idctFunc)(short * const block); -typedef idctFunc* idctFuncPtr; +typedef void (idctFunc) (short *const block); +typedef idctFunc *idctFuncPtr; extern idctFuncPtr idct; @@ -15,5 +16,6 @@ idctFunc idct_sse2; idctFunc idct_altivec; +idctFunc idct_ia64; -#endif /* _IDCT_H_ */ +#endif /* _IDCT_H_ */