From 79cb09b2f76c86dc988a5eba33b0cf8bd08a9b0e Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Sat, 27 Dec 2008 11:33:26 +0000 Subject: consistency cosmetics: Rename POWERPC identifiers to PPC. Originally committed as revision 16359 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/ppc/mathops.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/ppc/mathops.h') diff --git a/libavcodec/ppc/mathops.h b/libavcodec/ppc/mathops.h index 776ee62eca..edfe2ea242 100644 --- a/libavcodec/ppc/mathops.h +++ b/libavcodec/ppc/mathops.h @@ -23,7 +23,7 @@ #ifndef AVCODEC_PPC_MATHOPS_H #define AVCODEC_PPC_MATHOPS_H -#if defined(ARCH_POWERPC_405) +#if defined(ARCH_PPC_405) /* signed 16x16 -> 32 multiply add accumulate */ #define MAC16(rt, ra, rb) \ __asm__ ("maclhw %0, %2, %3" : "=r" (rt) : "0" (rt), "r" (ra), "r" (rb)); -- cgit v1.2.3