From 9d6bc77a599626246e44834a1eb69db81637c6fa Mon Sep 17 00:00:00 2001 From: wm4 Date: Wed, 29 Nov 2017 18:28:27 +0100 Subject: input: remove a stray HAVE_GPL This was marked GPL, because the implementation in command.c (which is shared with the subtitle code) was marked as GPL. This has been changed, so this is unnecessary. The original commands for external audio tracks have been added to mpv by someone who agreed with the relicensing. --- input/cmd_list.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'input') diff --git a/input/cmd_list.c b/input/cmd_list.c index 0bc12441fe..333f2cb223 100644 --- a/input/cmd_list.c +++ b/input/cmd_list.c @@ -219,12 +219,10 @@ const struct mp_cmd_def mp_cmds[] = { { MP_CMD_KEYDOWN, "keydown", { ARG_STRING } }, { MP_CMD_KEYUP, "keyup", { OARG_STRING("") } }, -#if HAVE_GPL { MP_CMD_AUDIO_ADD, "audio-add", { ARG_STRING, OARG_CHOICE(0, ({"select", 0}, {"auto", 1}, {"cached", 2})), OARG_STRING(""), OARG_STRING("") } }, { MP_CMD_AUDIO_REMOVE, "audio-remove", { OARG_INT(-1) } }, -#endif { MP_CMD_AUDIO_RELOAD, "audio-reload", { OARG_INT(-1) } }, { MP_CMD_RESCAN_EXTERNAL_FILES, "rescan-external-files", { -- cgit v1.2.3