Remove long obsolete -fb option.

patch by Oded Shimon <ods15 - at - ods15 - dot - dyndns - dot - org>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15661 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2005-06-06 14:59:26 +00:00
parent f864bb4302
commit 7835701b93
2 changed files with 0 additions and 6 deletions

View File

@ -2078,10 +2078,6 @@ Tune the overlay (default: 1000).
.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.

View File

@ -13,7 +13,6 @@ extern char *monitor_dotclock_str;
#endif
#ifdef HAVE_FBDEV
extern char *fb_dev_name;
extern char *fb_mode_cfgfile;
extern char *fb_mode_name;
#endif
@ -201,7 +200,6 @@ m_option_t mplayer_opts[]={
#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