From e6b790f9e795a3af67cca2300a55e6cd467625d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A5ns=20Rullg=C3=A5rd?= Date: Mon, 17 Mar 2008 02:33:02 +0000 Subject: fix typo ARCH_PPC -> ARCH_POWERPC Originally committed as revision 12465 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/mathops.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/mathops.h') 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" -- cgit v1.1