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/mathops.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/mathops.h')
-rw-r--r-- | libavcodec/mathops.h | 2 |
1 files changed, 1 insertions, 1 deletions
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" |