mirror of
https://github.com/mpv-player/mpv
synced 2025-02-14 10:57:32 +00:00
-fbmode/-fbmodecfg
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@361 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
e4c07a314f
commit
4a331eb5f3
@ -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},
|
||||
|
Loading…
Reference in New Issue
Block a user