Mercurial > sdl-ios-xcode
diff src/video/SDL_blit.c @ 697:8468fc0504f3
*** empty log message ***
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sat, 30 Aug 2003 00:36:20 +0000 |
parents | 5bb080d35049 |
children | 22dbf364c017 |
line wrap: on
line diff
--- a/src/video/SDL_blit.c Wed Aug 27 05:14:40 2003 +0000 +++ b/src/video/SDL_blit.c Sat Aug 30 00:36:20 2003 +0000 @@ -166,7 +166,9 @@ Uint8 *src, *dst; int w, h; int srcskip, dstskip; +#if defined(i386) && defined(__GNUC__) && defined(USE_ASMBLIT) Uint32 f; +#endif w = info->d_width*info->dst->BytesPerPixel; h = info->d_height;