--- trunk/xvidcore/src/portab.h 2002/03/21 17:27:01 47 +++ trunk/xvidcore/src/portab.h 2002/03/21 17:27:06 48 @@ -74,7 +74,8 @@ #endif #define CACHE_LINE 16 -#define CACHE_ALIGN +#define CACHE_ALIGN __attribute__ ((__aligned__(CACHE_LINE))) + #if defined(LINUX)