From 8404535fe74a67d790ed45578c84a27576a768cd Mon Sep 17 00:00:00 2001 From: Juergen Lock Date: Sat, 26 Mar 2011 19:16:54 +0000 Subject: http://www.linuxtv.org/vdrwiki/index.php/Control-plugin The 'control' plugin brings the ability to VDR to control the whole OSD over a telnet client. To reach this, 'control' listens on a network socket (default is port 2002). If a client wants to connect, VDR checks if that client is allowed to connect to VDR (see in the documentation of VDR about the svdrphosts.conf file for more info). If the connection is etablished, 'control' sends the curent OSD state to the client. Also all key strokes at the client side are redirected to VDR. WWW: http://ricomp.de/vdr/down_en.html --- multimedia/vdr-plugin-control/files/patch-stack.c | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 multimedia/vdr-plugin-control/files/patch-stack.c (limited to 'multimedia/vdr-plugin-control/files/patch-stack.c') diff --git a/multimedia/vdr-plugin-control/files/patch-stack.c b/multimedia/vdr-plugin-control/files/patch-stack.c new file mode 100644 index 000000000000..662e56281747 --- /dev/null +++ b/multimedia/vdr-plugin-control/files/patch-stack.c @@ -0,0 +1,14 @@ +--- a/stack.c ++++ b/stack.c +@@ -12,7 +12,11 @@ + + + ++#ifdef __FreeBSD__ ++#include ++#else + #include ++#endif + #include + #include + -- cgit v1.2.3