From 943139cc78038c3aea0837229298cb2c08e3f8a2 Mon Sep 17 00:00:00 2001 From: henry Date: Mon, 2 Aug 2004 11:26:43 +0000 Subject: Importing libmpeg2 from mpeg2dec-0.4.0b git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12933 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libmpeg2/cpu_state.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libmpeg2/cpu_state.c') diff --git a/libmpeg2/cpu_state.c b/libmpeg2/cpu_state.c index e6544c6904..2a032dec00 100644 --- a/libmpeg2/cpu_state.c +++ b/libmpeg2/cpu_state.c @@ -27,8 +27,8 @@ #include #include "mpeg2.h" -#include "mpeg2_internal.h" #include "attributes.h" +#include "mpeg2_internal.h" #ifdef ARCH_X86 #include "mmx.h" #endif @@ -43,7 +43,7 @@ static void state_restore_mmx (cpu_state_t * state) } #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" -- cgit v1.2.3