--- trunk/xvidcore/src/dct/idct.h 2002/05/02 00:36:50 153 +++ trunk/xvidcore/src/dct/idct.h 2002/05/02 22:35:41 154 @@ -9,8 +9,11 @@ extern idctFuncPtr idct; idctFunc idct_int32; + idctFunc idct_mmx; idctFunc idct_xmm; +idctFunc idct_sse2; + idctFunc idct_altivec; #endif /* _IDCT_H_ */