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/mathops.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/mathops.h') diff --git a/libavcodec/mathops.h b/libavcodec/mathops.h index 26405dd6f1..07265c81f5 100644 --- a/libavcodec/mathops.h +++ b/libavcodec/mathops.h @@ -32,7 +32,7 @@ #include "arm/mathops.h" -#elif defined(ARCH_POWERPC) +#elif defined(ARCH_PPC) #include "ppc/mathops.h" -- cgit v1.2.3