From 0068f2a31c94d2270063cf9993d0de8535675a57 Mon Sep 17 00:00:00 2001 From: Andreas Brachold Date: Sat, 19 Mar 2011 10:10:39 +0000 Subject: Adjust to compile plugin with VDR >= 1.7.17 --- image.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'image.c') diff --git a/image.c b/image.c index 4827439..cce8c0e 100644 --- a/image.c +++ b/image.c @@ -5,7 +5,7 @@ * (C) 2004 "Interpohl" * (C) 2004 O. Kreuzinger * (C) 2004 A. Holzhammer for the massive script updates - * (C) 2004-2008 Andreas Brachold + * (C) 2004-2011 Andreas Brachold * * based on mp3/mplayer plugin by Stefan Hülswitt * @@ -26,7 +26,7 @@ #include "commands.h" #include "liboutput/encode.h" -static const char *VERSION = "0.3.0"; +static const char *VERSION = "0.3.1"; class cPluginImage : public cPlugin { cDirItem* m_pServiceDirItem; -- cgit v1.2.3