--- colorspace.c 2002/11/07 10:28:15 1.3.2.2 +++ colorspace.c 2003/02/22 08:49:45 1.8.2.1 @@ -33,8 +33,8 @@ #include // memcpy +#include "../global.h" #include "colorspace.h" -#include "../divx4.h" // DEC_PICTURE // function pointers @@ -88,9 +88,6 @@ int32_t R_V_tab[256]; -#define MIN(A,B) ((A)<(B)?(A):(B)) -#define MAX(A,B) ((A)>(B)?(A):(B)) - /********** generic colorspace macro **********/