Dvd-plugin

Aus VDR Wiki
(Unterschied zwischen Versionen)
Wechseln zu: Navigation, Suche
 
(M)
Zeile 9: Zeile 9:
  
 
==Installation==
 
==Installation==
tar xvzf a52dec-0.7.4.tar.gz
+
<pre>
cd a52dec-0.7.4
+
tar xvzf a52dec-0.7.4.tar.gz
./configure --prefix=/usr/local
+
cd a52dec-0.7.4
make
+
./configure --prefix=/usr/local
make install
+
make
ldconfig
+
make install
 +
ldconfig
  
tar xvzf libdvdcss-1.2.8.tar.bz2
+
cd -
cd libdvdcss-1.2.8
+
tar xvzf libdvdcss-1.2.8.tar.bz2
./configure --prefix=/usr/local
+
cd libdvdcss-1.2.8
make
+
./configure --prefix=/usr/local
make install
+
make
ldconfig
+
make install
 
+
ldconfig
tar xvzf libdvdnav-0.1.9.tar.gz
+
cd libdvdnav-0.1.9
+
./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, 17: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