[MPlayer-dev-eng] [PATCH] Remove option -fb

Oded Shimon ods15 at ods15.dyndns.org
Wed Jun 1 23:23:14 CEST 2005


It's obsolete. -vo fb:device works, and vo_fb is the only vo that honnored 
it anyway (directfb didn't, even though the man page says it does).

- ods15
-------------- next part --------------
Index: cfg-mplayer.h
===================================================================
RCS file: /cvsroot/mplayer/main/cfg-mplayer.h,v
retrieving revision 1.247
diff -u -r1.247 cfg-mplayer.h
--- cfg-mplayer.h	19 Mar 2005 20:55:51 -0000	1.247
+++ cfg-mplayer.h	1 Jun 2005 21:14:31 -0000
@@ -13,7 +13,6 @@
 #endif
 
 #ifdef HAVE_FBDEV
-extern char *fb_dev_name;
 extern char *fb_mode_cfgfile;
 extern char *fb_mode_name;
 #endif
@@ -201,7 +200,6 @@
 #endif 
 
 #ifdef HAVE_FBDEV
-	{"fb", &fb_dev_name, CONF_TYPE_STRING, 0, 0, 0, NULL},
 	{"fbmode", &fb_mode_name, CONF_TYPE_STRING, 0, 0, 0, NULL},
 	{"fbmodeconfig", &fb_mode_cfgfile, CONF_TYPE_STRING, 0, 0, 0, NULL},
 #endif
Index: DOCS/man/en/mplayer.1
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/man/en/mplayer.1,v
retrieving revision 1.965
diff -u -r1.965 mplayer.1
--- DOCS/man/en/mplayer.1	13 May 2005 11:14:47 -0000	1.965
+++ DOCS/man/en/mplayer.1	1 Jun 2005 21:14:38 -0000
@@ -2067,10 +2067,6 @@
 .RE
 .
 .TP
-.B \-fb <device> (\-vo fbdev or directfb only) (OBSOLETE)
-Specifies the framebuffer device to use (default: /dev/\:fb0).
-.
-.TP
 .B \-fbmode <modename> (\-vo fbdev only)
 Change video mode to the one that is labeled as <modename> in
 /etc/\:fb.modes.


More information about the MPlayer-dev-eng mailing list