summaryrefslogtreecommitdiffstats
path: root/player
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 /player
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 'player')
-rw-r--r--player/command.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/player/command.c b/player/command.c
index e9a321627f..c282c5349f 100644
--- a/player/command.c
+++ b/player/command.c
@@ -5828,7 +5828,7 @@ void mp_notify(struct MPContext *mpctx, int event, void *arg)
static void update_priority(struct MPContext *mpctx)
{
-#if HAVE_WIN32_DESKTOP && HAVE_GPL
+#if HAVE_WIN32_DESKTOP
struct MPOpts *opts = mpctx->opts;
if (opts->w32_priority > 0)
SetPriorityClass(GetCurrentProcess(), opts->w32_priority);