[MPlayer-cvslog] r24290 - trunk/libvo/video_out.c

diego subversion at mplayerhq.hu
Wed Aug 29 12:18:47 CEST 2007


Author: diego
Date: Wed Aug 29 12:18:47 2007
New Revision: 24290

Log:
Purge looooong obsolete remnants of vo_fsdga.


Modified:
   trunk/libvo/video_out.c

Modified: trunk/libvo/video_out.c
==============================================================================
--- trunk/libvo/video_out.c	(original)
+++ trunk/libvo/video_out.c	Wed Aug 29 12:18:47 2007
@@ -75,7 +75,6 @@ extern vo_functions_t video_out_xv;
 extern vo_functions_t video_out_gl;
 extern vo_functions_t video_out_gl2;
 extern vo_functions_t video_out_dga;
-extern vo_functions_t video_out_fsdga;
 extern vo_functions_t video_out_sdl;
 extern vo_functions_t video_out_3dfx;
 extern vo_functions_t video_out_tdfxfb;
@@ -193,7 +192,6 @@ vo_functions_t* video_out_drivers[] =
 #endif
 #ifdef HAVE_DGA
         &video_out_dga,
-//        &video_out_fsdga,
 #endif
 #ifdef HAVE_SDL
         &video_out_sdl,



More information about the MPlayer-cvslog mailing list