diff libmpeg2/cpu_state.c @ 12932:d0a8810e155c

Importing libmpeg2 from mpeg2dec-0.4.0b
author henry
date Mon, 02 Aug 2004 11:26:43 +0000
parents 71ae59ea3c46
children 1c514c78c7b4
line wrap: on
line diff
--- a/libmpeg2/cpu_state.c	Mon Aug 02 07:58:21 2004 +0000
+++ b/libmpeg2/cpu_state.c	Mon Aug 02 11:26:43 2004 +0000
@@ -27,8 +27,8 @@
 #include <inttypes.h>
 
 #include "mpeg2.h"
+#include "attributes.h"
 #include "mpeg2_internal.h"
-#include "attributes.h"
 #ifdef ARCH_X86
 #include "mmx.h"
 #endif
@@ -43,7 +43,7 @@
 }
 #endif
 
-#if defined(ARCH_PPC) && defined(HAVE_ALTIVEC)
+#ifdef ARCH_PPC
 #ifdef HAVE_ALTIVEC_H	/* gnu */
 #define LI(a,b) "li " #a "," #b "\n\t"
 #define STVX0(a,b,c) "stvx " #a ",0," #c "\n\t"