diff src/video/fbcon/SDL_fbvideo.c @ 4258:ca02f877d055 SDL-1.2

Fixed compile issue
author Sam Lantinga <slouken@libsdl.org>
date Mon, 28 Sep 2009 07:58:58 +0000
parents ba587a51f899
children
line wrap: on
line diff
--- 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);