From ab902d3962df5dbe8c8d707da96cdf279ca3b439 Mon Sep 17 00:00:00 2001 From: anbr Date: Tue, 12 Feb 2013 19:15:00 +0100 Subject: Patch for compiling with VDR 1.7.36, thanks to Ulrich Eckhardt, for summit a patch (Closes: #1251) --- image.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'image.c') diff --git a/image.c b/image.c index 4c49660..c3e947f 100644 --- a/image.c +++ b/image.c @@ -7,7 +7,7 @@ * (C) 2004 A. Holzhammer for the massive script updates * (C) 2004-2011 Andreas Brachold * - * based on mp3/mplayer plugin by Stefan Hülswitt + * based on mp3/mplayer plugin by Stefan Hülswitt * * 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; -- cgit v1.2.3