libdvdread is a library which provides a simple foundation for reading DVDs.
Download (HTTP): http://www.dtek.chalmers.se/groups/dvd/dist/libdvdread-0.9.6.tar.gz
Download (FTP): ftp://ftp.fu-berlin.de/unix/linux/mirrors/gentoo/distfiles/libdvdread-0.9.6.tar.gz
Download MD5 sum: 329401b84ad0b00aaccaad58f2fc393c
Download size: 383 KB
Estimated disk space required: 4.5 MB
Estimated build time: 0.1 SBU
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/libdvdread
Install libdvdread by running the following commands:
./configure --prefix=/usr && make
This package does not come with a test suite.
Now, as the root user:
make install
--with-libdvdcss: This switch is needed
if you want libdvdread to link to
the libdvdcss library so it can read
CSS encrypted DVDs. If you do not pass this switch, libdvdread will dlopen the libdvdcss library at runtime, if it is available,
in order to read CSS encrypted DVDs.
Last updated on 2007-04-04 21:42:53 +0200