From 54e2b1e9f3e64c1724b2ed52c177508e9b23a404 Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 23 Jun 2017 15:05:07 +0200 Subject: player: disable --priority for WIP LGPL mode Due to commit 14ecebe9: author could not be reached. I don't think anything copyrightable is left, but to be sure make it GPL-only. --- 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 7facb7972e..c84007eb0d 100644 --- a/player/command.c +++ b/player/command.c @@ -5769,7 +5769,7 @@ void mp_notify(struct MPContext *mpctx, int event, void *arg) static void update_priority(struct MPContext *mpctx) { -#ifdef _WIN32 +#if defined(_WIN32) && HAVE_GPL struct MPOpts *opts = mpctx->opts; if (opts->w32_priority > 0) SetPriorityClass(GetCurrentProcess(), opts->w32_priority); -- cgit v1.2.3