summaryrefslogtreecommitdiff
path: root/image.h
diff options
context:
space:
mode:
authoranbr <vdr07@deltab.de>2013-02-12 19:15:00 +0100
committeranbr <vdr07@deltab.de>2013-02-12 19:15:00 +0100
commitab902d3962df5dbe8c8d707da96cdf279ca3b439 (patch)
tree1bbb74443b1790665e971f4cd1a90a61933ef91a /image.h
parentc92ba1c907240415fd7caab5b757bbdeb73efc17 (diff)
downloadvdr-plugin-image-ab902d3962df5dbe8c8d707da96cdf279ca3b439.tar.gz
vdr-plugin-image-ab902d3962df5dbe8c8d707da96cdf279ca3b439.tar.bz2
Patch for compiling with VDR 1.7.36, thanks to Ulrich Eckhardt, for summit a patch (Closes: #1251)
Diffstat (limited to 'image.h')
-rw-r--r--image.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/image.h b/image.h
index 00ea989..be69877 100644
--- a/image.h
+++ b/image.h
@@ -16,10 +16,11 @@
#include <vdr/skins.h>
#include <string.h>
+#ifdef APIVERSNUM
#if APIVERSNUM < 10347
#error "For compiled are at the least VDR Plugin-API 1.3.47 required"
#endif
-
+#endif
inline void OSD_InfoMsg(const char* sz)
{