From eca7a59dd1757ff31ded9397e75140a8f6c6b775 Mon Sep 17 00:00:00 2001 From: Themaister Date: Thu, 6 Jan 2011 18:38:02 +0100 Subject: [PATCH] change an #ifdef to HAVE_SDL --- driver.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/driver.c b/driver.c index 656f869006..034605a0cc 100644 --- a/driver.c +++ b/driver.c @@ -45,7 +45,7 @@ static const audio_driver_t *audio_drivers[] = { }; static const video_driver_t *video_drivers[] = { -#ifdef HAVE_GLFW +#ifdef HAVE_SDL &video_gl, #endif };