summaryrefslogtreecommitdiffstats
path: root/player/command.c
diff options
context:
space:
mode:
Diffstat (limited to 'player/command.c')
-rw-r--r--player/command.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/player/command.c b/player/command.c
index 07a9206b53..8e3d38ebfe 100644
--- a/player/command.c
+++ b/player/command.c
@@ -4328,6 +4328,10 @@ int run_command(MPContext *mpctx, mp_cmd_t *cmd)
}
MP_INFO(mpctx, "ANS_%s=%s\n", cmd->args[0].v.s, tmp);
talloc_free(tmp);
+ MP_WARN(mpctx, "The get_property command is deprecated and "
+ "will be removed in the next release.\n"
+ "Use libmpv or the JSON IPC. "
+ "(Or print_text, if you must.)");
break;
}