libdvdcss is a simple library designed for accessing DVDs as a block device without having to bother about the decryption.
This package is known to build and work properly using an LFS-7.6 platform.
Download (HTTP): http://www.videolan.org/pub/libdvdcss/1.3.0/libdvdcss-1.3.0.tar.bz2
Download MD5 sum: 7f0fdb3ff91d638f5e45ed7536f7eb67
Download size: 348 KB
Estimated disk space required: 3.6 MB
Estimated build time: less than 0.1 SBU
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/libdvdcss
Install libdvdcss by running the following commands:
./configure --prefix=/usr \ --disable-static \ --docdir=/usr/share/doc/libdvdcss-1.3.0 && make
This package does not come with a test suite.
Now, as the root
user:
make install
--disable-static
: This
switch prevents installation of static versions of the libraries.
Last updated on 2014-09-17 11:48:47 -0700