Merge pull request #2731 from lkundrak/lr/videolog

Fix build with ENABLE_VIDEO_LOG
This commit is contained in:
Miran Grča
2022-10-23 21:01:58 +02:00
committed by GitHub

View File

@@ -252,7 +252,7 @@ static uint32_t cga_2_table[16];
static void (*blit_func)(int x, int y, int w, int h, int monitor_index);
#ifdef ENABLE_VIDEO_LOG
int sdl_do_log = ENABLE_VIDEO_LOG;
int video_do_log = ENABLE_VIDEO_LOG;
static void
video_log(const char *fmt, ...)