Graphtft-plugin

Aus VDR Wiki
Wechseln zu: Navigation, Suche

Inhaltsverzeichnis

Beschreibung

Siehe PSone_LCD.

Hardwareanforderungen

TFT-Display

Softwareanforderungen

Imlib2, FFmpeg

Installation

cd /usr/local/src
tar xvzf imlib2-1.0.5.tar.gz
cd imlib2-1.0.5
./configure --prefix=/usr/local
make
make install
ldconfig
cd -

tar xvzf ffmpeg-0.4.6.tar.gz
ln -s ffmpeg-0.4.6 ffmpeg
cd ffmpeg
./configure --enable-shared
make
make install
ldconfig

Probleme

Keine bekannt.

Links

[1] http://www.enlightenment.org/pages/imlib2.html Imlib2 Homepage
[2] http://ffmpeg.sourceforge.net FFmpeg Homepage
[3] http://www-math.uni-paderborn.de/~tegeler/vdr/graphtft Homepage des Plugins