diff options
author | anbr <vdr07@deltab.de> | 2013-02-12 19:15:00 +0100 |
---|---|---|
committer | anbr <vdr07@deltab.de> | 2013-02-12 19:15:00 +0100 |
commit | ab902d3962df5dbe8c8d707da96cdf279ca3b439 (patch) | |
tree | 1bbb74443b1790665e971f4cd1a90a61933ef91a /image.h | |
parent | c92ba1c907240415fd7caab5b757bbdeb73efc17 (diff) | |
download | vdr-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.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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) { |