--- branches/dev-api-3/xvidcore/src/motion/motion_est.c 2002/12/13 11:56:31 712 +++ branches/dev-api-3/xvidcore/src/motion/motion_est.c 2002/12/14 09:39:42 721 @@ -31,6 +31,7 @@ #include #include #include +#include // memcpy #include "../encoder.h" #include "../utils/mbfunctions.h" @@ -2015,7 +2016,7 @@ } -static __inline VECTOR +static VECTOR GlobalMotionEst(const MACROBLOCK * const pMBs, const MBParam * const pParam, const uint32_t iFcode) {