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, 4 insertions, 0 deletions
diff --git a/libvo/video_out.c b/libvo/video_out.c
index dcc4344c93..8edaef83dd 100644
--- a/libvo/video_out.c
+++ b/libvo/video_out.c
@@ -77,6 +77,7 @@ extern vo_functions_t video_out_dxr3;
#ifdef TARGET_LINUX
extern vo_functions_t video_out_vesa;
#endif
+extern vo_functions_t video_out_directfb;
vo_functions_t* video_out_drivers[] =
{
#ifdef HAVE_XMGA
@@ -138,6 +139,9 @@ vo_functions_t* video_out_drivers[] =
#if defined( ARCH_X86 ) && defined( TARGET_LINUX )
&video_out_vesa,
#endif
+#ifdef HAVE_DIRECTFB
+ &video_out_directfb,
+#endif
NULL
};