--- simple_idct.c 2003/10/01 23:23:01 1.2.2.4 +++ simple_idct.c 2010/03/09 10:00:14 1.6 @@ -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.2.2.4 2003/10/01 23:23:01 edgomez Exp $ + * $Id: simple_idct.c,v 1.6 2010/03/09 10:00:14 Isibaar Exp $ * ****************************************************************************/ @@ -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) \