--- trunk/xvidcore/src/dct/fdct.h 2002/05/02 22:35:41 154 +++ trunk/xvidcore/src/dct/fdct.h 2002/06/14 13:29:07 209 @@ -1,8 +1,8 @@ #ifndef _FDCT_H_ #define _FDCT_H_ -typedef void (fdctFunc)(short * const block); -typedef fdctFunc* fdctFuncPtr; +typedef void (fdctFunc) (short *const block); +typedef fdctFunc *fdctFuncPtr; extern fdctFuncPtr fdct; @@ -12,5 +12,6 @@ fdctFunc fdct_sse2; fdctFunc fdct_altivec; +fdctFunc fdct_ia64; -#endif /* _FDCT_H_ */ +#endif /* _FDCT_H_ */