change an #ifdef to HAVE_SDL

This commit is contained in:
Themaister 2011-01-06 18:38:02 +01:00
parent 4cc3f7aaab
commit eca7a59dd1

View File

@ -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
};