summaryrefslogtreecommitdiff
path: root/libavutil
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 /libavutil
parentd89eae6f1a143b5af89f6907cc8abea4d1dee8e4 (diff)
consistency cosmetics: Rename POWERPC identifiers to PPC.
Originally committed as revision 16359 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavutil')
-rw-r--r--libavutil/common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavutil/common.h b/libavutil/common.h
index 7185a8b03c..d66120fa66 100644
--- a/libavutil/common.h
+++ b/libavutil/common.h
@@ -323,7 +323,7 @@ static inline av_pure int ff_get_fourcc(const char *s){
}\
}
-#if defined(ARCH_X86) || defined(ARCH_POWERPC) || defined(ARCH_BFIN)
+#if defined(ARCH_X86) || defined(ARCH_PPC) || defined(ARCH_BFIN)
#define AV_READ_TIME read_time
#if defined(ARCH_X86)
static inline uint64_t read_time(void)