diff libmpeg2/cpu_accel.c @ 13018:adb93ef6b07f

Improved SPARC CPU detection and SPARC compilation fixes. patch by jb13@gomerbud.com
author diego
date Sat, 14 Aug 2004 15:17:39 +0000
parents d0a8810e155c
children 96259a2f2142
line wrap: on
line diff
--- a/libmpeg2/cpu_accel.c	Sat Aug 14 10:03:26 2004 +0000
+++ b/libmpeg2/cpu_accel.c	Sat Aug 14 15:17:39 2004 +0000
@@ -108,7 +108,7 @@
 }
 #endif /* ARCH_X86 */
 
-#if defined(ARCH_PPC) || defined(ARCH_SPARC)
+#if defined(ARCH_PPC) || (defined(ARCH_SPARC) && defined(HAVE_VIS))
 #include <signal.h>
 #include <setjmp.h>