diff options
author | lordjaxom <lordjaxom> | 2005-05-09 20:22:29 +0000 |
---|---|---|
committer | lordjaxom <lordjaxom> | 2005-05-09 20:22:29 +0000 |
commit | 450c8fd4a7ec7eb878abfce0e4a499e03762b4f8 (patch) | |
tree | cedc263aad1297fdb64a813ff83e424ee4023925 /common.h | |
parent | 3eec47314d70d513b494750312a877f29d070eb8 (diff) | |
download | vdr-plugin-streamdev-450c8fd4a7ec7eb878abfce0e4a499e03762b4f8.tar.gz vdr-plugin-streamdev-450c8fd4a7ec7eb878abfce0e4a499e03762b4f8.tar.bz2 |
- added TS compatibility mode
Diffstat (limited to 'common.h')
-rw-r--r-- | common.h | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -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)) |