From 13039414f5fd00a6b20d2bbad9fd497c6e579d34 Mon Sep 17 00:00:00 2001 From: Alessandro Ghedini Date: Thu, 16 Oct 2014 11:48:18 +0200 Subject: input: implement JSON-based IPC protocol --- options/options.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'options/options.c') diff --git a/options/options.c b/options/options.c index 3daecc125e..333f35911f 100644 --- a/options/options.c +++ b/options/options.c @@ -528,6 +528,8 @@ const m_option_t mp_opts[] = { OPT_FLAG("idle", player_idle_mode, M_OPT_GLOBAL), OPT_FLAG("input-terminal", consolecontrols, CONF_GLOBAL), + OPT_STRING("input-unix-socket", ipc_path, M_OPT_FILE), + OPT_SUBSTRUCT("screenshot", screenshot_image_opts, image_writer_conf, 0), OPT_STRING("screenshot-template", screenshot_template, 0), -- cgit v1.2.3