comparison 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
comparison
equal deleted inserted replaced
13017:5b9c594dc6e9 13018:adb93ef6b07f
106 106
107 return caps; 107 return caps;
108 } 108 }
109 #endif /* ARCH_X86 */ 109 #endif /* ARCH_X86 */
110 110
111 #if defined(ARCH_PPC) || defined(ARCH_SPARC) 111 #if defined(ARCH_PPC) || (defined(ARCH_SPARC) && defined(HAVE_VIS))
112 #include <signal.h> 112 #include <signal.h>
113 #include <setjmp.h> 113 #include <setjmp.h>
114 114
115 static sigjmp_buf jmpbuf; 115 static sigjmp_buf jmpbuf;
116 static volatile sig_atomic_t canjump = 0; 116 static volatile sig_atomic_t canjump = 0;