--- ./libmpeg2/cpu_accel.c~ 2003-10-06 11:31:52.000000000 +0900 +++ ./libmpeg2/cpu_accel.c 2005-08-21 07:54:39.000000000 +0900 @@ -29,9 +29,12 @@ #include "attributes.h" #include "mpeg2_internal.h" +/*#define INLINE inline*/ +#define INLINE + #ifdef ACCEL_DETECT #ifdef ARCH_X86 -static inline uint32_t arch_accel (void) +static INLINE uint32_t arch_accel (void) { uint32_t eax, ebx, ecx, edx; int AMD; @@ -127,7 +130,7 @@ } #ifdef ARCH_PPC -static inline uint32_t arch_accel (void) +static INLINE uint32_t arch_accel (void) { static RETSIGTYPE (* oldsig) (int); @@ -157,7 +160,7 @@ #endif /* ARCH_PPC */ #ifdef ARCH_SPARC -static inline uint32_t arch_accel (void) +static INLINE uint32_t arch_accel (void) { static RETSIGTYPE (* oldsig) (int); @@ -193,7 +196,7 @@ #endif /* ARCH_PPC || ARCH_SPARC */ #ifdef ARCH_ALPHA -static inline uint32_t arch_accel (void) +static INLINE uint32_t arch_accel (void) { uint64_t no_mvi;