# HG changeset patch # User Sam Lantinga # Date 1062203780 0 # Node ID 8468fc0504f36c5a6e44421e80aeeac0bd580a5d # Parent 8042c28039adc6933dba4da1f3f9431917fea668 *** empty log message *** diff -r 8042c28039ad -r 8468fc0504f3 src/video/SDL_blit.c --- 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;