--- trunk/xvidcore/src/dct/idct.h 2011/05/16 16:19:06 1978 +++ trunk/xvidcore/src/dct/idct.h 2011/05/16 16:20:15 1979 @@ -3,7 +3,7 @@ * XVID MPEG-4 VIDEO CODEC * - Inverse DCT header - * - * Copyright(C) 2001-2003 Michael Militzer + * Copyright(C) 2001-2011 Michael Militzer * * This program is free software ; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -26,6 +26,8 @@ #ifndef _IDCT_H_ #define _IDCT_H_ +#include "../portab.h" + void idct_int32_init(); void idct_ia64_init();