diff options
author | Måns Rullgård <mans@mansr.com> | 2008-03-17 02:33:02 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2008-03-17 02:33:02 +0000 |
commit | e6b790f9e795a3af67cca2300a55e6cd467625d8 (patch) | |
tree | aa71cf05ed267f5784102772ce506e64029975d0 /libavcodec/mathops.h | |
parent | 8c2a20701959c2062dbb314a9d5341a9744d7c02 (diff) | |
download | ffmpeg-e6b790f9e795a3af67cca2300a55e6cd467625d8.tar.gz |
fix typo ARCH_PPC -> ARCH_POWERPC
Originally committed as revision 12465 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 38b1f5c65d..65918ad96c 100644 --- a/libavcodec/mathops.h +++ b/libavcodec/mathops.h @@ -32,7 +32,7 @@ #include "armv4l/mathops.h" -#elif defined(ARCH_PPC) +#elif defined(ARCH_POWERPC) #include "ppc/mathops.h" |