[Mplayer-cvslog] CVS: main/libvo vo_dfbmga.c,1.20,1.21

Ville Syrjälä CVS syncmail at mplayerhq.hu
Fri Aug 20 16:09:19 CEST 2004


CVS change done by Ville Syrjälä CVS

Update of /cvsroot/mplayer/main/libvo
In directory mail:/var2/tmp/cvs-serv13936

Modified Files:
	vo_dfbmga.c 
Log Message:
Removed fb_dev_name handling.

Index: vo_dfbmga.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_dfbmga.c,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- vo_dfbmga.c	15 Aug 2004 00:27:28 -0000	1.20
+++ vo_dfbmga.c	20 Aug 2004 14:09:16 -0000	1.21
@@ -118,13 +118,6 @@
  #define DSPF_ARGB1555 DSPF_RGB15
 #endif
 
-/* command line/config file options */
-#ifdef HAVE_FBDEV
- extern char *fb_dev_name;
-#else
- char *fb_dev_name;
-#endif
-
 static uint32_t in_width;
 static uint32_t in_height;
 static uint32_t screen_width;
@@ -384,12 +377,6 @@
                return -1;
           }
 
-          if (!fb_dev_name && !(fb_dev_name = getenv( "FRAMEBUFFER" )))
-               fb_dev_name = "/dev/fb0";
-          DirectFBSetOption( "fbdev", fb_dev_name );
-          DirectFBSetOption( "no-cursor", "" );
-          DirectFBSetOption( "bg-color", "00000000" );
-
           switch (tvnorm) {
           case 0:
                DirectFBSetOption( "matrox-tv-standard", "pal" );




More information about the MPlayer-cvslog mailing list