From 34d11b875f96cab642893f12656f24899ca42ad7 Mon Sep 17 00:00:00 2001 From: Reimar Döffinger Date: Tue, 26 May 2009 05:00:51 +0000 Subject: Change HAVE_PPC64 to ARCH_PPC64. As a side-effect this also gives it the correct value on e.g. PPC970FX-based PPC64 systems, thus fixing "make test" (mp2/mp3 decoding). Originally committed as revision 18953 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/ppc/mathops.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/ppc/mathops.h') diff --git a/libavcodec/ppc/mathops.h b/libavcodec/ppc/mathops.h index a74fcfa792..1dcc09aebd 100644 --- a/libavcodec/ppc/mathops.h +++ b/libavcodec/ppc/mathops.h @@ -44,7 +44,7 @@ static inline av_const int MULH(int a, int b){ return r; } -#if !HAVE_PPC64 +#if !ARCH_PPC64 static inline av_const int64_t MAC64(int64_t d, int a, int b) { union { uint64_t x; unsigned hl[2]; } x = { d }; -- cgit v1.2.3