Sophie

Sophie

distrib > Arklinux > devel > i586 > by-pkgid > 9482443bfa78fcd0975e9204e634806b > files > 5

mplayer-1.0-0.svn34182.1ark.src.rpm

--- mplayer/libvo/video_out.c.mga~	2008-09-14 17:31:28.000000000 +0200
+++ mplayer/libvo/video_out.c	2008-09-29 13:05:43.144306058 +0200
@@ -66,8 +66,6 @@ int vo_colorkey = 0x0000ff00; // default
 //
 // Externally visible list of all vo drivers
 //
-extern vo_functions_t video_out_mga;
-extern vo_functions_t video_out_xmga;
 extern vo_functions_t video_out_x11;
 extern vo_functions_t video_out_xover;
 extern vo_functions_t video_out_xvmc;
@@ -131,12 +129,6 @@ const vo_functions_t* const video_out_dr
 #ifdef CONFIG_QUARTZ
 	&video_out_quartz,
 #endif
-#ifdef CONFIG_XMGA
-        &video_out_xmga,
-#endif
-#ifdef CONFIG_MGA
-        &video_out_mga,
-#endif
 #ifdef CONFIG_TDFXFB
         &video_out_tdfxfb,
 #endif