mirror of
https://github.com/mpv-player/mpv
synced 2024-11-03 03:19:24 +01:00
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.
This commit is contained in:
parent
f082db8f67
commit
9d6bc77a59
@ -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", {
|
||||
|
Loading…
Reference in New Issue
Block a user