diff options
author | Frank Schmirler <vdr@schmirler.de> | 2011-03-07 21:50:05 +0100 |
---|---|---|
committer | root <root@schleppi.(none)> | 2011-03-07 22:05:36 +0100 |
commit | 79fe54e476fcdb7a770bffe6d4754f246db289d3 (patch) | |
tree | f966f67f3c14c78dd68a5ea10c0a1e98e4695840 /client/streamdev-client.c | |
parent | d37f1f7d0fafd23f8bb01e9ed439810421aa2f81 (diff) | |
download | vdr-plugin-streamdev-79fe54e476fcdb7a770bffe6d4754f246db289d3.tar.gz vdr-plugin-streamdev-79fe54e476fcdb7a770bffe6d4754f246db289d3.tar.bz2 |
Dropped compatibility with VDR < 1.5.16
Diffstat (limited to 'client/streamdev-client.c')
-rw-r--r-- | client/streamdev-client.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client/streamdev-client.c b/client/streamdev-client.c index 00fa90c..62c57bd 100644 --- a/client/streamdev-client.c +++ b/client/streamdev-client.c @@ -10,8 +10,8 @@ #include "client/device.h" #include "client/setup.h" -#if !defined(APIVERSNUM) || APIVERSNUM < 10509 -#error "VDR-1.5.9 API version or greater is required!" +#if !defined(APIVERSNUM) || APIVERSNUM < 10516 +#error "VDR-1.5.16 API version or greater is required!" #endif const char *cPluginStreamdevClient::DESCRIPTION = trNOOP("VTP Streaming Client"); |