summaryrefslogtreecommitdiff
path: root/image.c
diff options
context:
space:
mode:
authorAndreas Brachold <vdr07@deltab.de>2011-03-19 10:10:39 +0000
committerAndreas Brachold <vdr07@deltab.de>2011-03-19 10:10:39 +0000
commit0068f2a31c94d2270063cf9993d0de8535675a57 (patch)
treebcb436fa76f912672307f8a90c44b72d516a98ba /image.c
parent1a8054a7e26149796a310266b159247997ee9805 (diff)
downloadvdr-plugin-image-0068f2a31c94d2270063cf9993d0de8535675a57.tar.gz
vdr-plugin-image-0068f2a31c94d2270063cf9993d0de8535675a57.tar.bz2
Adjust to compile plugin with VDR >= 1.7.17
Diffstat (limited to 'image.c')
-rw-r--r--image.c4
1 files changed, 2 insertions, 2 deletions
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" <interpohl at vdr-portal.de>
* (C) 2004 O. Kreuzinger <Onno at Kreuzinger.biz>
* (C) 2004 A. Holzhammer for the massive script updates
- * (C) 2004-2008 Andreas Brachold <anbr at users.berlios.de>
+ * (C) 2004-2011 Andreas Brachold <anbr at users.berlios.de>
*
* based on mp3/mplayer plugin by Stefan Hülswitt <huels at iname.com>
*
@@ -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;