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, 3 insertions, 1 deletions
diff --git a/libvo/video_out.c b/libvo/video_out.c
index 79e097b5db..9d46f706d2 100644
--- a/libvo/video_out.c
+++ b/libvo/video_out.c
@@ -81,11 +81,13 @@ vo_functions_t* video_out_drivers[] =
#ifdef HAVE_SDL
&video_out_sdl,
#endif
+#ifdef HAVE_FBDEV
+ &video_out_fbdev,
+#endif
&video_out_null,
&video_out_odivx,
&video_out_pgm,
&video_out_md5,
- &video_out_fbdev,
NULL
};