From d69c2f9ea1af43e4edb31c47a410d5bc131735f8 Mon Sep 17 00:00:00 2001 From: Andreas Brachold Date: Wed, 28 Dec 2005 17:24:06 +0000 Subject: - realised that least VDR 1.3.29 required, and update entrys at documentation --- HISTORY | 3 +++ README | 2 +- README.DE | 2 +- image.h | 4 ++-- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/HISTORY b/HISTORY index 098dabb..1135b77 100644 --- a/HISTORY +++ b/HISTORY @@ -1,6 +1,9 @@ VDR Plugin 'image' Revision History ----------------------------------- +2005-12-28 +- realised that least VDR 1.3.29 required, and update entrys at documentation + 2005-12-19 - add russian translation - add french translation diff --git a/README b/README index 2e9d6cd..f888465 100644 --- a/README +++ b/README @@ -18,7 +18,7 @@ Some files are from the mp3/MPlayer Plugin. Thanks to Stefan H Required: ----------- - fullfeatured dvb card -- vdr 1.2.6+, series vdr 1.3.0 work too +- vdr 1.3.29+ - to compile plugin depends package libavcodec1-dev (tested with ffmpeg-0.4.8/ffmpeg-0.4.9pre1/ffmpeg-cvs) - to run your will need package netpbm and libavcodec1 - netpbm 10.0+ (check for "anytopnm", if it does not exist upgrade/install netpbm) diff --git a/README.DE b/README.DE index 7ddc9d3..190bda3 100644 --- a/README.DE +++ b/README.DE @@ -18,7 +18,7 @@ Einige Dateien stammen vom mp3/MPlayer Plugin, der danke geht an Stefan H Benötigt: ----------- - Full-Featured DVB Karte -- vdr 1.2.6+ +- vdr 1.3.29+ - das Plugin ist abhängig vom Paket libavcodec1-dev zu übersetzen, (getestet mit ffmpeg-0.4.8/ffmpeg-0.4.9pre1/ffmpeg-cvs) - und Paket netpbm sowie libavcodec1 zur Ausführung - netpbm 10.0+ (prüfe ob das Tool "anytopnm" existiert) diff --git a/image.h b/image.h index 3885335..b75ff84 100644 --- a/image.h +++ b/image.h @@ -27,8 +27,8 @@ #include #include -#if VDRVERSNUM < 10328 - #error "For compiled are at the least VDR 1.3.28 required" +#if VDRVERSNUM < 10329 + #error "For compiled are at the least VDR 1.3.29 required" #endif -- cgit v1.2.3