comparison src/cpuinfo/SDL_cpuinfo.c @ 2984:0b160c970b7e

Fixed some dependency issues with SDL_revision.h
author Sam Lantinga <slouken@libsdl.org>
date Sun, 04 Jan 2009 05:41:52 +0000
parents deb377097225
children cde30895105d
comparison
equal deleted inserted replaced
2983:388c5a2daeac 2984:0b160c970b7e
21 */ 21 */
22 #include "SDL_config.h" 22 #include "SDL_config.h"
23 23
24 /* CPU feature detection for SDL */ 24 /* CPU feature detection for SDL */
25 25
26 #include "SDL.h"
27 #include "SDL_cpuinfo.h" 26 #include "SDL_cpuinfo.h"
28 27
29 #if defined(__MACOSX__) && defined(__ppc__) 28 #if defined(__MACOSX__) && defined(__ppc__)
30 #include <sys/sysctl.h> /* For AltiVec check */ 29 #include <sys/sysctl.h> /* For AltiVec check */
31 #elif SDL_ALTIVEC_BLITTERS && HAVE_SETJMP 30 #elif SDL_ALTIVEC_BLITTERS && HAVE_SETJMP