summaryrefslogtreecommitdiff
path: root/common.h
diff options
context:
space:
mode:
authorlordjaxom <lordjaxom>2005-05-09 20:22:29 +0000
committerlordjaxom <lordjaxom>2005-05-09 20:22:29 +0000
commit450c8fd4a7ec7eb878abfce0e4a499e03762b4f8 (patch)
treecedc263aad1297fdb64a813ff83e424ee4023925 /common.h
parent3eec47314d70d513b494750312a877f29d070eb8 (diff)
downloadvdr-plugin-streamdev-450c8fd4a7ec7eb878abfce0e4a499e03762b4f8.tar.gz
vdr-plugin-streamdev-450c8fd4a7ec7eb878abfce0e4a499e03762b4f8.tar.bz2
- added TS compatibility mode
Diffstat (limited to 'common.h')
-rw-r--r--common.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/common.h b/common.h
index 461f636..065521e 100644
--- a/common.h
+++ b/common.h
@@ -1,5 +1,5 @@
/*
- * $Id: common.h,v 1.5 2005/02/11 16:44:14 lordjaxom Exp $
+ * $Id: common.h,v 1.6 2005/05/09 20:22:29 lordjaxom Exp $
*/
#ifndef VDR_STREAMDEV_COMMON_H
@@ -50,9 +50,6 @@ const cChannel *ChannelFromString(const char *String, int *Apid = NULL);
#define BUFOVERTIME 5000
#define BUFOVERCOUNT 100
-#define STREAMDEVHOSTS (const char*)AddDirectory(cPlugin::ConfigDirectory(), \
- "streamdevhosts.conf")
-
#define POLLFAIL esyslog("Streamdev: Polling failed: %s", strerror(errno))
#define WRITEFAIL esyslog("Streamdev: Writing failed: %s", strerror(errno))
#define READFAIL esyslog("Streamdev: Reading failed: %s", strerror(errno))