2009-12-12 03:13:40 +01:00
|
|
|
config BR2_PACKAGE_LIBDVDNAV
|
|
|
|
bool "libdvdnav"
|
2010-05-26 13:52:26 +02:00
|
|
|
depends on BR2_LARGEFILE # libdvdread
|
2009-12-12 03:13:40 +01:00
|
|
|
select BR2_PACKAGE_LIBDVDREAD
|
|
|
|
help
|
|
|
|
libdvdnav is a library that allows easy use of sophisticated
|
|
|
|
DVD navigation features such as DVD menus, multiangle
|
|
|
|
playback and even interactive DVD games.
|
|
|
|
|
|
|
|
http://www.mplayerhq.hu
|
2010-05-26 13:52:26 +02:00
|
|
|
|
|
|
|
comment "libdvdnav requires a toolchain with LARGEFILE support"
|
|
|
|
depends on !BR2_LARGEFILE
|