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.7.tar.gz
Download (FTP): ftp://ftp.linux.ee/pub/gentoo/distfiles/distfiles/libdvdread-0.9.7.tar.gz
Download MD5 sum: 078788c9241ae16763529e1235502337
Download size: 389 KB
Estimated disk space required: 9 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-07-19 16:07:28 -0500