libdvdcss is a simple library designed for accessing DVDs as a block device without having to bother about the decryption.
Development versions of BLFS may not build or run some packages properly if LFS or dependencies have been updated since the most recent stable versions of the books.
Download (HTTP): https://get.videolan.org/libdvdcss/1.6.0/libdvdcss-1.6.0.tar.xz
Download MD5 sum: 5a30c01782c163e7ca29755e30de2e29
Download size: 84 KB
Estimated disk space required: 1.2 MB
Estimated build time: less than 0.1 SBU
Install libdvdcss by running the following commands:
mkdir build &&
cd build &&
meson setup --prefix=/usr \
--buildtype=release \
--default-library=shared .. &&
ninja
This package does not come with a test suite.
Now, as the root user:
ninja install