summaryrefslogtreecommitdiff
path: root/libavcodec/mathops.h
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2008-12-27 11:33:26 +0000
committerDiego Biurrun <diego@biurrun.de>2008-12-27 11:33:26 +0000
commit79cb09b2f76c86dc988a5eba33b0cf8bd08a9b0e (patch)
tree1d4069cd7b3a696e41f88689fb170e431c2430aa /libavcodec/mathops.h
parentd89eae6f1a143b5af89f6907cc8abea4d1dee8e4 (diff)
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.h2
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"