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.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libvo/video_out.c b/libvo/video_out.c
index e35dbec893..79e097b5db 100644
--- a/libvo/video_out.c
+++ b/libvo/video_out.c
@@ -49,6 +49,7 @@ extern vo_functions_t video_out_odivx;
extern vo_functions_t video_out_pgm;
extern vo_functions_t video_out_md5;
extern vo_functions_t video_out_syncfb;
+extern vo_functions_t video_out_fbdev;
vo_functions_t* video_out_drivers[] =
{
@@ -84,6 +85,7 @@ vo_functions_t* video_out_drivers[] =
&video_out_odivx,
&video_out_pgm,
&video_out_md5,
+ &video_out_fbdev,
NULL
};