summaryrefslogtreecommitdiffstats
path: root/cfg-mplayer.h
diff options
context:
space:
mode:
Diffstat (limited to 'cfg-mplayer.h')
-rw-r--r--cfg-mplayer.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/cfg-mplayer.h b/cfg-mplayer.h
index bbe1a74141..c05ad7c3f7 100644
--- a/cfg-mplayer.h
+++ b/cfg-mplayer.h
@@ -235,6 +235,11 @@ struct config conf[]={
{"lircconf", &lirc_configfile, CONF_TYPE_STRING, 0, 0, 0},
#endif
+#ifdef USE_DVDREAD
+ {"alang", &audio_lang, CONF_TYPE_STRING, 0, 0, 0},
+ {"slang", &dvdsub_lang, CONF_TYPE_STRING, 0, 0, 0},
+#endif
+
{"gui", &use_gui, CONF_TYPE_FLAG, 0, 0, 1},
{"nogui", &use_gui, CONF_TYPE_FLAG, 0, 1, 0},