From 12509fabc7363ee18373438326fb6609d1710e3b Mon Sep 17 00:00:00 2001 From: wm4 Date: Sun, 24 Aug 2014 20:34:04 +0200 Subject: options: compatibility hack for --slave-broken Seems some programs were still relying on it. Whatever, it's not hard to support. CC: @mpv-player/stable --- options/options.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'options/options.c') diff --git a/options/options.c b/options/options.c index 090903bda6..2ff524f522 100644 --- a/options/options.c +++ b/options/options.c @@ -533,6 +533,8 @@ const m_option_t mp_opts[] = { OPT_SUBSTRUCT("", encode_opts, encode_config, 0), #endif + OPT_FLAG("slave-broken", slave_mode, CONF_GLOBAL), + {0} }; -- cgit v1.2.3