diff options
author | Diego Biurrun <diego@biurrun.de> | 2008-12-27 11:33:26 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2008-12-27 11:33:26 +0000 |
commit | 79cb09b2f76c86dc988a5eba33b0cf8bd08a9b0e (patch) | |
tree | 1d4069cd7b3a696e41f88689fb170e431c2430aa /libavcodec/dsputil.h | |
parent | d89eae6f1a143b5af89f6907cc8abea4d1dee8e4 (diff) | |
download | ffmpeg-79cb09b2f76c86dc988a5eba33b0cf8bd08a9b0e.tar.gz |
consistency cosmetics: Rename POWERPC identifiers to PPC.
Originally committed as revision 16359 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/dsputil.h')
-rw-r--r-- | libavcodec/dsputil.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/dsputil.h b/libavcodec/dsputil.h index 5beda8b423..88ed315e6a 100644 --- a/libavcodec/dsputil.h +++ b/libavcodec/dsputil.h @@ -173,7 +173,7 @@ typedef struct ScanTable{ 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 @@ extern int mm_flags; # define STRIDE_ALIGN 16 #endif -#elif defined(ARCH_POWERPC) +#elif defined(ARCH_PPC) extern int mm_flags; |