diff dsputil.h @ 8496:19e2f1a50aa7 libavcodec

consistency cosmetics: Rename POWERPC identifiers to PPC.
author diego
date Sat, 27 Dec 2008 11:33:26 +0000
parents c9918d072bdb
children 0d5b2b0e7a87
line wrap: on
line diff
--- a/dsputil.h	Sat Dec 27 11:30:30 2008 +0000
+++ b/dsputil.h	Sat Dec 27 11:33:26 2008 +0000
@@ -173,7 +173,7 @@
     const uint8_t *scantable;
     uint8_t permutated[64];
     uint8_t raster_end[64];
-#ifdef ARCH_POWERPC
+#ifdef ARCH_PPC
                 /** Used by dct_quantize_altivec to find last-non-zero */
     DECLARE_ALIGNED(16, uint8_t, inverse[64]);
 #endif
@@ -616,7 +616,7 @@
 #   define STRIDE_ALIGN 16
 #endif
 
-#elif defined(ARCH_POWERPC)
+#elif defined(ARCH_PPC)
 
 extern int mm_flags;