diff ppc/mathops.h @ 9713:d762f9979193 libavcodec

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).
author reimar
date Tue, 26 May 2009 05:00:51 +0000
parents 7c4ab94a82d8
children 5bf12cdf0cb6
line wrap: on
line diff
--- a/ppc/mathops.h	Tue May 26 03:51:00 2009 +0000
+++ b/ppc/mathops.h	Tue May 26 05:00:51 2009 +0000
@@ -44,7 +44,7 @@
     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 };