From e6b790f9e795a3af67cca2300a55e6cd467625d8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?M=C3=A5ns=20Rullg=C3=A5rd?= Date: Mon, 17 Mar 2008 02:33:02 +0000 Subject: [PATCH 1/1] 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(-) diff --git a/libavcodec/mathops.h b/libavcodec/mathops.h index 38b1f5c65d6..65918ad96ce 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" -- 2.39.2