--- quant_h263.c 2002/06/12 20:38:40 1.2 +++ quant_h263.c 2003/01/04 06:14:33 1.2.2.1 @@ -40,6 +40,7 @@ * *************************************************************************/ +#include "../global.h" #include "quant_h263.h" /* mutliply+shift division table @@ -61,8 +62,6 @@ -#define DIV_DIV(a, b) ((a)>0) ? ((a)+((b)>>1))/(b) : ((a)-((b)>>1))/(b) - // function pointers quanth263_intraFuncPtr quant_intra; quanth263_intraFuncPtr dequant_intra;