command: add git hashes for some GPL-only parts

For context.
This commit is contained in:
wm4 2017-06-23 15:21:06 +02:00
parent cafff87d3a
commit 9d5f33ea08
1 changed files with 2 additions and 0 deletions

View File

@ -4955,6 +4955,7 @@ int run_command(struct MPContext *mpctx, struct mp_cmd *cmd, struct mpv_node *re
}
#if HAVE_GPL
// Possibly GPL due to 7a71da01d64374ce22b430590f3df32c881288bd.
case MP_CMD_ADD:
case MP_CMD_CYCLE:
{
@ -5304,6 +5305,7 @@ int run_command(struct MPContext *mpctx, struct mp_cmd *cmd, struct mpv_node *re
}
#if HAVE_GPL
// Possibly GPL due to 2f376d1b39913e8ff4c4499e7cf7148ec331d4db.
case MP_CMD_SUB_ADD:
case MP_CMD_AUDIO_ADD: {
if (!mpctx->playing)