# HG changeset patch # User Sam Lantinga # Date 1254124738 0 # Node ID ca02f877d05506e314bdcfb8c4fed87499612269 # Parent 14195cfdb66e9bd406624a27a5aa3f43ebe66381 Fixed compile issue diff -r 14195cfdb66e -r ca02f877d055 src/video/fbcon/SDL_fbvideo.c --- a/src/video/fbcon/SDL_fbvideo.c Mon Sep 28 07:04:25 2009 +0000 +++ b/src/video/fbcon/SDL_fbvideo.c Mon Sep 28 07:58:58 2009 +0000 @@ -1118,8 +1118,10 @@ rotate == FBCON_ROTATE_UD) ? FB_blit16 : FB_blit16blocked; } else { +#ifdef FBCON_DEBUG fprintf(stderr, "Init vinfo:\n"); print_vinfo(&vinfo); +#endif SDL_SetError("Using software buffer, but no blitter " "function is available for %d bpp.", vinfo.bits_per_pixel);