From 48dafda7e9c1f22b3dde7965e33c13beab976c55 Mon Sep 17 00:00:00 2001 From: Philip Sequeira Date: Sun, 29 Mar 2015 23:36:21 -0400 Subject: options: add M_OPT_FILE to --input-conf Someday I'll look through all the options and find whatever else is missing it... --- input/input.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/input/input.c b/input/input.c index 6bbba907d1..c12ed3abdb 100644 --- a/input/input.c +++ b/input/input.c @@ -175,7 +175,7 @@ struct input_opts { const struct m_sub_options input_config = { .opts = (const m_option_t[]) { - OPT_STRING("conf", config_file, CONF_GLOBAL), + OPT_STRING("conf", config_file, CONF_GLOBAL | M_OPT_FILE), OPT_INT("ar-delay", ar_delay, CONF_GLOBAL), OPT_INT("ar-rate", ar_rate, CONF_GLOBAL), OPT_PRINT("keylist", mp_print_key_list), -- cgit v1.2.3