summaryrefslogtreecommitdiffstats
path: root/cfg-mplayer.h
diff options
context:
space:
mode:
Diffstat (limited to 'cfg-mplayer.h')
-rw-r--r--cfg-mplayer.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/cfg-mplayer.h b/cfg-mplayer.h
index 7805cb22f1..edc3e9c534 100644
--- a/cfg-mplayer.h
+++ b/cfg-mplayer.h
@@ -9,6 +9,9 @@ struct config conf[]={
CONF_TYPE_PRINT, CONF_NOCFG, 0, 0},
{"vo", &video_driver, CONF_TYPE_STRING, 0, 0, 0},
{"dsp", &dsp, CONF_TYPE_STRING, 0, 0, 0},
+#ifdef HAVE_FBDEV
+ {"fb", &fb_dev_name, CONF_TYPE_STRING, 0, 0, 0},
+#endif
{"encode", &encode_name, CONF_TYPE_STRING, 0, 0, 0},
{"font", &font_name, CONF_TYPE_STRING, 0, 0, 0},
{"ffactor", &font_factor, CONF_TYPE_FLOAT, CONF_RANGE, 0.0, 10.0},