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 9d46f706d2..ec317e00e8 100644
--- a/libvo/video_out.c
+++ b/libvo/video_out.c
@@ -50,6 +50,7 @@ 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;
+extern vo_functions_t video_out_svga;
vo_functions_t* video_out_drivers[] =
{
@@ -84,6 +85,9 @@ vo_functions_t* video_out_drivers[] =
#ifdef HAVE_FBDEV
&video_out_fbdev,
#endif
+#ifdef HAVE_SVGALIB
+ &video_out_svga,
+#endif
&video_out_null,
&video_out_odivx,
&video_out_pgm,