summaryrefslogtreecommitdiffstats
path: root/libavcodec/mathops.h
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2008-03-17 02:33:02 +0000
committerMåns Rullgård <mans@mansr.com>2008-03-17 02:33:02 +0000
commite6b790f9e795a3af67cca2300a55e6cd467625d8 (patch)
treeaa71cf05ed267f5784102772ce506e64029975d0 /libavcodec/mathops.h
parent8c2a20701959c2062dbb314a9d5341a9744d7c02 (diff)
downloadffmpeg-streaming-e6b790f9e795a3af67cca2300a55e6cd467625d8.zip
ffmpeg-streaming-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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/mathops.h b/libavcodec/mathops.h
index 38b1f5c..65918ad 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"
OpenPOWER on IntegriCloud