summaryrefslogtreecommitdiffstats
path: root/cfg-mplayer.h
diff options
context:
space:
mode:
authorszabii <szabii@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-04-11 20:53:52 +0000
committerszabii <szabii@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-04-11 20:53:52 +0000
commit4a331eb5f301148c978d46d7bab43d77a8f93d1b (patch)
treeb4f98065edc8487e8105c0677382162e765dd2ef /cfg-mplayer.h
parente4c07a314f6caada981582c3d43f886ba4ee3152 (diff)
downloadmpv-4a331eb5f301148c978d46d7bab43d77a8f93d1b.tar.bz2
mpv-4a331eb5f301148c978d46d7bab43d77a8f93d1b.tar.xz
-fbmode/-fbmodecfg
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@361 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'cfg-mplayer.h')
-rw-r--r--cfg-mplayer.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cfg-mplayer.h b/cfg-mplayer.h
index e01ddac08a..ddc96b67a4 100644
--- a/cfg-mplayer.h
+++ b/cfg-mplayer.h
@@ -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},