--- trunk/xvidcore/src/dct/fdct.h 2008/11/26 01:04:34 1795 +++ trunk/xvidcore/src/dct/fdct.h 2011/05/18 09:10:05 1988 @@ -3,7 +3,7 @@ * XVID MPEG-4 VIDEO CODEC * - Forward 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 @@ -19,13 +19,15 @@ * along with this program ; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * $Id: fdct.h,v 1.11 2008-11-26 01:04:34 Isibaar Exp $ + * $Id$ * ****************************************************************************/ #ifndef _FDCT_H_ #define _FDCT_H_ +#include "../portab.h" + typedef void (fdctFunc) (short *const block); typedef fdctFunc *fdctFuncPtr;