libdvdnav is a library that allows easy use of sophisticated DVD navigation features such as DVD menus, multiangle playback and even interactive DVD games.
This package is known to build and work properly using an LFS-8.3 platform.
Download (HTTP): https://get.videolan.org/libdvdnav/6.0.0/libdvdnav-6.0.0.tar.bz2
Download MD5 sum: 76a9e24496acf7f0c2ae656e8502686d
Download size: 364 KB
Estimated disk space required: 3.6 MB
Estimated build time: less than 0.1 SBU
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/libdvdnav
Install libdvdnav by running the following commands:
./configure --prefix=/usr \ --disable-static \ --docdir=/usr/share/doc/libdvdnav-6.0.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 2018-08-20 15:41:43 -0700