From 51de1d8436100f725f3576aefa24a2bd2057bc28 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 15 Apr 2024 22:36:56 +0200 Subject: Adding upstream version 0.37.0. Signed-off-by: Daniel Baumann --- input/ipc-dummy.c | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 input/ipc-dummy.c (limited to 'input/ipc-dummy.c') diff --git a/input/ipc-dummy.c b/input/ipc-dummy.c new file mode 100644 index 0000000..f0232b2 --- /dev/null +++ b/input/ipc-dummy.c @@ -0,0 +1,19 @@ +#include + +#include "input/input.h" + +struct mp_ipc_ctx *mp_init_ipc(struct mp_client_api *client_api, + struct mpv_global *global) +{ + return NULL; +} + +bool mp_ipc_start_anon_client(struct mp_ipc_ctx *ctx, struct mpv_handle *h, + int out_fd[2]) +{ + return false; +} + +void mp_uninit_ipc(struct mp_ipc_ctx *ctx) +{ +} -- cgit v1.2.3