--- trunk/xvidcore/src/dct/simple_idct.c 2004/03/22 22:36:25 1382 +++ trunk/xvidcore/src/dct/simple_idct.c 2011/05/18 09:10:05 1988 @@ -6,7 +6,7 @@ * Copyright (c) 2001 Michael Niedermayer * * Originally distributed under the GNU LGPL License (ffmpeg). - * It is licensed under the GNU GPL for the XviD tree. + * It is licensed under the GNU GPL for the Xvid tree. * * 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 @@ -22,7 +22,7 @@ * along with this program ; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * $Id: simple_idct.c,v 1.4 2004-03-22 22:36:23 edgomez Exp $ + * $Id$ * ****************************************************************************/ @@ -56,7 +56,12 @@ #define COL_SHIFT 20 /* 6 */ #endif -#if defined(ARCH_IS_PPC) +/* + PPC mac operation. Causes compile problems on newer ppc targets + + Was originally: #if defined(ARCH_IS_PPC) + */ +#if 0 /* signed 16x16 -> 32 multiply add accumulate */ #define MAC16(rt, ra, rb) \