diff options
-rw-r--r-- | HISTORY | 3 | ||||
-rw-r--r-- | README | 2 | ||||
-rw-r--r-- | README.DE | 2 | ||||
-rw-r--r-- | image.h | 4 |
4 files changed, 7 insertions, 4 deletions
@@ -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 @@ -18,7 +18,7 @@ Some files are from the mp3/MPlayer Plugin. Thanks to Stefan Hülswitt 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) @@ -18,7 +18,7 @@ Einige Dateien stammen vom mp3/MPlayer Plugin, der danke geht an Stefan Hülswitt 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) @@ -27,8 +27,8 @@ #include <vdr/skins.h> #include <string.h> -#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 |