summaryrefslogtreecommitdiff
path: root/recv.cpp
diff options
context:
space:
mode:
authorJochen Dolze <vdr@dolze.de>2010-03-14 16:25:41 +0100
committerJochen Dolze <vdr@dolze.de>2010-03-14 16:25:41 +0100
commitc74f0198ce3362a94ebbd9ac03c721ae5a67b434 (patch)
treeca42b3d845530658b797bc8be6f06521714eb532 /recv.cpp
parent12b0a5aa366f5b08d2cf8c6da935af64f4fbcb53 (diff)
downloadvdr-plugin-markad-c74f0198ce3362a94ebbd9ac03c721ae5a67b434.tar.gz
vdr-plugin-markad-c74f0198ce3362a94ebbd9ac03c721ae5a67b434.tar.bz2
Added support for 1.7.0 in standalone version
Diffstat (limited to 'recv.cpp')
-rw-r--r--recv.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/recv.cpp b/recv.cpp
index a7e99b5..e6e1efe 100644
--- a/recv.cpp
+++ b/recv.cpp
@@ -58,7 +58,9 @@ cMarkAdReceiver::cMarkAdReceiver(int RecvNumber, const char *Filename, cTimer *T
#if APIVERSNUM < 10700
macontext.General.VPid.Type=MARKAD_PIDTYPE_VIDEO_H262;
#else
-#error "VDR-1.7.0 is not supported"
+#error "VDR-1.7.0 is still unsupported"
+#error "in plugin version, please use"
+#error "standalone version: make markad"
#endif
#endif