diff libmpeg2/cpu_state.c @ 26595:4bc81fcf14bb

Fix compilation on PPC without AltiVec.
author diego
date Thu, 01 May 2008 12:45:59 +0000
parents 79ab4ecba54a
children fd18fa10de53
line wrap: on
line diff
--- a/libmpeg2/cpu_state.c	Thu May 01 12:30:29 2008 +0000
+++ b/libmpeg2/cpu_state.c	Thu May 01 12:45:59 2008 +0000
@@ -47,7 +47,7 @@
 }
 #endif
 
-#if defined(ARCH_PPC) && defined(HAVE_ALTIVEC)
+#ifdef ARCH_PPC
 #if defined(__APPLE_CC__)	/* apple */
 #define LI(a,b) "li r" #a "," #b "\n\t"
 #define STVX0(a,b,c) "stvx v" #a ",0,r" #c "\n\t"