summaryrefslogtreecommitdiffstats
path: root/libvo/video_out.c
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/video_out.c')
-rw-r--r--libvo/video_out.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libvo/video_out.c b/libvo/video_out.c
index 738a092b01..1920782267 100644
--- a/libvo/video_out.c
+++ b/libvo/video_out.c
@@ -113,7 +113,7 @@ extern vo_functions_t video_out_vesa;
#endif
#ifdef HAVE_DIRECTFB
extern vo_functions_t video_out_directfb;
-#if DIRECTFBVERSION >= 915
+#ifdef HAVE_DFBMGA
extern vo_functions_t video_out_dfbmga;
#endif
#endif
@@ -228,7 +228,7 @@ vo_functions_t* video_out_drivers[] =
#endif
#ifdef HAVE_DIRECTFB
&video_out_directfb,
-#if DIRECTFBVERSION >= 915
+#ifdef HAVE_DFBMGA
&video_out_dfbmga,
#endif
#endif