diff options
| author | Andreas Brachold <vdr07@deltab.de> | 2007-06-10 19:02:38 +0000 |
|---|---|---|
| committer | Andreas Brachold <vdr07@deltab.de> | 2007-06-10 19:02:38 +0000 |
| commit | b410bee3a45052cdf118a00939fd161279c415a8 (patch) | |
| tree | 1b04fdc8c8c6048335141fce2cebae5b849ba8d1 /README | |
| parent | 451d3801964e9ac4a07cbd17ffd9a655fec206aa (diff) | |
| download | vdr-plugin-image-b410bee3a45052cdf118a00939fd161279c415a8.tar.gz vdr-plugin-image-b410bee3a45052cdf118a00939fd161279c415a8.tar.bz2 | |
- for build now 'pkg-config' needed
- Use swscale to converting image
Diffstat (limited to 'README')
| -rw-r--r-- | README | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -22,7 +22,9 @@ Required: - plugin depends follow packages + ffmpeg (tested with ffmpeg-0.4.8/ffmpeg-0.4.9pre1/ffmpeg-cvs) http://ffmpeg.sourceforge.net - + libexif-0.6.13 (see below for build without this) + + for build you need 'pkg-config' + http://pkgconfig.freedesktop.org/ + + libexif-0.6.13 ... 0.6.15 (see below for build without this) http://libexif.sourceforge.net/ + for running your will need also package netpbm http://netpbm.sourceforge.net/ @@ -65,6 +67,11 @@ need netpbm for image conversion. $ make plugins FFMDIR=/usr/src/ffmpeg-cvs + compile without swscaler to convert images via ffmpeg + (WITHOUT_SWSCALER=1 use img_convert, needed for older versions from ffmpeg) + + $ make plugins WITHOUT_SWSCALER=1 + compile without libexif ¹) $ make plugins WITHOUT_LIBEXIF=1 |
