-fbmode/-fbmodecfg

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@361 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
szabii 2001-04-11 20:53:52 +00:00
parent e4c07a314f
commit 4a331eb5f3
2 changed files with 4 additions and 0 deletions

View File

@ -11,6 +11,8 @@ struct config conf[]={
{"dsp", &dsp, CONF_TYPE_STRING, 0, 0, 0},
#ifdef HAVE_FBDEV
{"fb", &fb_dev_name, CONF_TYPE_STRING, 0, 0, 0},
{"fbmode", &fb_mode_name, CONF_TYPE_STRING, 0, 0, 0},
{"fbmodeconfig", &fb_mode_cfgfile, CONF_TYPE_STRING, 0, 0, 0},
#endif
{"encode", &encode_name, CONF_TYPE_STRING, 0, 0, 0},
{"sub", &sub_name, CONF_TYPE_STRING, 0, 0, 0},

View File

@ -70,6 +70,8 @@ XMM_PluginSound *pSound=NULL;
#ifdef HAVE_FBDEV
extern char *fb_dev_name;
extern char *fb_mode_cfgfile;
extern char *fb_mode_name;
#endif
extern int vo_screenwidth;