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.c | |
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.c')
-rw-r--r-- | image.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -7,7 +7,7 @@ * (C) 2004 A. Holzhammer for the massive script updates * (C) 2004-2011 Andreas Brachold <vdr07 at deltab.de> * - * based on mp3/mplayer plugin by Stefan Hülswitt <huels at iname.com> + * based on mp3/mplayer plugin by Stefan Hülswitt <huels at iname.com> * * This code is distributed under the terms and conditions of the * GNU GENERAL PUBLIC LICENSE. See the file COPYING for details. @@ -26,7 +26,7 @@ #include "commands.h" #include "liboutput/encode.h" -static const char *VERSION = "0.3.1"; +static const char *VERSION = "0.3.3"; class cPluginImage : public cPlugin { cDirItem* m_pServiceDirItem; |