--- trunk/xvidcore/src/portab.h 2002/04/17 14:05:54 128 +++ trunk/xvidcore/src/portab.h 2002/04/21 02:30:24 129 @@ -63,7 +63,7 @@ return ts; } -#elif defined(LINUX) || defined(DJGPP) +#elif defined(LINUX) || defined(DJGPP) || defined(FREEBSD) #ifdef _DEBUG @@ -96,7 +96,7 @@ #else -#define #define #define DECLARE_ALIGNED_MATRIX(name,sizex,sizey,type,alignment) \ +#define DECLARE_ALIGNED_MATRIX(name,sizex,sizey,type,alignment) \ __attribute__ ((__aligned__(CACHE_LINE))) type name[(sizex)*(sizey)] #define int8_t char