Dvd-plugin
Aus VDR Wiki
(Unterschied zwischen Versionen)
(M) |
|||
Zeile 9: | Zeile 9: | ||
==Installation== | ==Installation== | ||
− | + | <pre> | |
− | + | tar xvzf a52dec-0.7.4.tar.gz | |
− | + | cd a52dec-0.7.4 | |
− | + | ./configure --prefix=/usr/local | |
− | + | make | |
− | + | make install | |
+ | ldconfig | ||
− | + | cd - | |
− | + | tar xvzf libdvdcss-1.2.8.tar.bz2 | |
− | + | cd libdvdcss-1.2.8 | |
− | + | ./configure --prefix=/usr/local | |
− | + | make | |
− | + | make install | |
− | + | ldconfig | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
+ | cd - | ||
+ | tar xvzf libdvdnav-0.1.9.tar.gz | ||
+ | cd libdvdnav-0.1.9 | ||
+ | ./configure --prefix=/usr/local | ||
+ | make | ||
+ | make install | ||
+ | ldconfig | ||
+ | </pre> | ||
==Probleme== | ==Probleme== | ||
Keine bekannt. | Keine bekannt. |
Version vom 16. Juli 2004, 16:08 Uhr
Inhaltsverzeichnis |
Beschreibung
Spielt DVD's ab.
Hardwareanforderungen
DVD ROM.
Softwareanforderungen
a52dec, libdvdcss, libdvdnav
Installation
tar xvzf a52dec-0.7.4.tar.gz cd a52dec-0.7.4 ./configure --prefix=/usr/local make make install ldconfig cd - tar xvzf libdvdcss-1.2.8.tar.bz2 cd libdvdcss-1.2.8 ./configure --prefix=/usr/local make make install ldconfig cd - tar xvzf libdvdnav-0.1.9.tar.gz cd libdvdnav-0.1.9 ./configure --prefix=/usr/local make make install ldconfig
Probleme
Keine bekannt.
Links
[1] | http://liba52.sourceforge.net | |
[2] | http://developers.videolan.org | |
[3] | http://dvd.sourceforge.net | |
[4] | http://jausoft.com/Files/vdr/vdr-dvd | Homepage des Plugins |
[3] | http://sourceforge.net/projects/dvdplugin |