From 88ae914b1ef2b76362c527985bd459b0d8226d45 Mon Sep 17 00:00:00 2001 From: wm4 Date: Mon, 10 Feb 2014 21:01:35 +0100 Subject: Add a client API Add a client API, which is intended to be a stable API to get some rough control over the player. Basically, it reflects what can be done with input.conf commands or the old slavemode. It will replace the old slavemode (and enable the implementation of a new slave protocol). --- old-makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'old-makefile') diff --git a/old-makefile b/old-makefile index 2314f72b7d..5ea5122f7e 100644 --- a/old-makefile +++ b/old-makefile @@ -224,6 +224,7 @@ SOURCES = audio/audio.c \ osdep/timer.c \ osdep/threads.c \ player/audio.c \ + player/client.c \ player/configfiles.c \ player/command.c \ player/dvdnav.c \ -- cgit v1.2.3