From 9d5f33ea08ceb6bd01b3f2472ff73f5bb2a267f4 Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 23 Jun 2017 15:21:06 +0200 Subject: command: add git hashes for some GPL-only parts For context. --- player/command.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'player/command.c') diff --git a/player/command.c b/player/command.c index 0c22efea29..9a23601636 100644 --- a/player/command.c +++ b/player/command.c @@ -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) -- cgit v1.2.3