--- trunk/xvidcore/src/dct/idct.h 2002/03/08 02:46:11 3 +++ trunk/xvidcore/src/dct/idct.h 2002/05/02 22:35:41 154 @@ -9,7 +9,11 @@ extern idctFuncPtr idct; idctFunc idct_int32; + idctFunc idct_mmx; idctFunc idct_xmm; +idctFunc idct_sse2; + +idctFunc idct_altivec; #endif /* _IDCT_H_ */