summaryrefslogtreecommitdiffstats
path: root/options
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2017-08-03 09:44:36 +0200
committerwm4 <wm4@nowhere>2017-08-03 09:44:36 +0200
commit955cc50e1beb362f01475786696c8f5125077fd1 (patch)
tree198245c4a4a0573726b60c98509e364b4189a32b /options
parent12ee13101ba37d2674974eb8e4777104069c9461 (diff)
downloadmpv-955cc50e1beb362f01475786696c8f5125077fd1.tar.bz2
mpv-955cc50e1beb362f01475786696c8f5125077fd1.tar.xz
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).
Diffstat (limited to 'options')
-rw-r--r--options/options.c2
1 files changed, 1 insertions, 1 deletions
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},