Mercurial > sdl-ios-xcode
comparison src/video/SDL_RLEaccel.c @ 1361:19418e4422cb
New configure-based build system. Still work in progress, but much improved
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Thu, 16 Feb 2006 10:11:48 +0000 |
parents | c71e05b4dc2e |
children | d910939febfa |
comparison
equal
deleted
inserted
replaced
1360:70a9cfb4cf1b | 1361:19418e4422cb |
---|---|
88 #include "SDL_video.h" | 88 #include "SDL_video.h" |
89 #include "SDL_sysvideo.h" | 89 #include "SDL_sysvideo.h" |
90 #include "SDL_blit.h" | 90 #include "SDL_blit.h" |
91 #include "SDL_RLEaccel_c.h" | 91 #include "SDL_RLEaccel_c.h" |
92 | 92 |
93 #if (defined(i386) || defined(__x86_64__)) && defined(__GNUC__) && defined(USE_ASMBLIT) | 93 #if (i386 || __x86_64__) && __GNUC__ && SDL_ASSEMBLY_BLITTERS |
94 #define MMX_ASMBLIT | 94 #define MMX_ASMBLIT |
95 #endif | 95 #endif |
96 | 96 |
97 #ifdef MMX_ASMBLIT | 97 #ifdef MMX_ASMBLIT |
98 #include "mmx.h" | 98 #include "mmx.h" |