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). --- player/command.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'player') 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); -- cgit v1.2.3