From 955cc50e1beb362f01475786696c8f5125077fd1 Mon Sep 17 00:00:00 2001 From: wm4 Date: Thu, 3 Aug 2017 09:44:36 +0200 Subject: options: --priority can be LGPL Original author has agreed now. Also fix the notice in dec_video.c - all GPL-only code is gone (unrelated to --priority/its author). --- options/options.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'options') diff --git a/options/options.c b/options/options.c index 1dabb4c536..7d299a9aa7 100644 --- a/options/options.c +++ b/options/options.c @@ -273,7 +273,7 @@ const m_option_t mp_opts[] = { OPT_STRING("log-file", log_file, CONF_PRE_PARSE | M_OPT_FILE | UPDATE_TERM), OPT_FLAG("msg-module", msg_module, UPDATE_TERM), OPT_FLAG("msg-time", msg_time, UPDATE_TERM), -#if HAVE_WIN32_DESKTOP && HAVE_GPL +#if HAVE_WIN32_DESKTOP OPT_CHOICE("priority", w32_priority, UPDATE_PRIORITY, ({"no", 0}, {"realtime", REALTIME_PRIORITY_CLASS}, -- cgit v1.2.3