--- portab.h 2002/09/22 18:17:32 1.31 +++ portab.h 2002/10/19 12:20:33 1.34 @@ -3,7 +3,9 @@ * XVID MPEG-4 VIDEO CODEC * - Portable macros, types and inlined assembly - * - * Copyright(C) 2002 Michael Militzer + * Copyright(C) 2002 Michael Militzer + * 2002 Peter Ross + * 2002 Edouard Gomez * * This program is an implementation of a part of one or more MPEG-4 * Video tools as specified in ISO/IEC 14496-2 standard. Those intending @@ -28,7 +30,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: portab.h,v 1.31 2002/09/22 18:17:32 h Exp $ + * $Id: portab.h,v 1.34 2002/10/19 12:20:33 edgomez Exp $ * ****************************************************************************/ @@ -109,10 +111,10 @@ * Some things that are only architecture dependant ****************************************************************************/ -#if defined(ARCH_X86) || defined(ARCH_PPC) || defined(ARCH_MIPS) +#if defined(ARCH_X86) || defined(ARCH_PPC) || defined(ARCH_MIPS) || defined(ARCH_SPARC) # define CACHE_LINE 16 # define ptr_t uint32_t -#elif defined(ARCH_IA64) || defined(ARCH_SPARC) +#elif defined(ARCH_IA64) # define CACHE_LINE 32 # define ptr_t uint64_t #else