diff libvo/video_out.c @ 225:62ec84961b27

vo_fbdev added
author szabii
date Wed, 28 Mar 2001 12:08:44 +0000
parents 6ad0715dfac8
children fae0ed5ac7d2
line wrap: on
line diff
--- a/libvo/video_out.c	Wed Mar 28 11:44:49 2001 +0000
+++ b/libvo/video_out.c	Wed Mar 28 12:08:44 2001 +0000
@@ -49,6 +49,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;
 
 vo_functions_t* video_out_drivers[] =
 {
@@ -84,6 +85,7 @@
         &video_out_odivx,
         &video_out_pgm,
         &video_out_md5,
+	&video_out_fbdev,
         NULL
 };