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
|
2012-12-19 13:34:10 +01:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
2013-11-11 17:23:23 +01:00
|
|
|
select BR2_PACKAGE_LIBDVDREAD
|
2009-12-12 03:13:40 +01:00
|
|
|
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
|
|
|
|
2013-10-13 16:55:32 +02:00
|
|
|
comment "libdvdnav needs a toolchain w/ largefile, threads"
|
2012-12-19 13:34:10 +01:00
|
|
|
depends on !BR2_LARGEFILE || !BR2_TOOLCHAIN_HAS_THREADS
|