2009-12-12 03:13:40 +01:00
|
|
|
config BR2_PACKAGE_LIBDVDNAV
|
|
|
|
bool "libdvdnav"
|
2012-12-19 13:34:10 +01:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
2014-12-03 22:41:29 +01:00
|
|
|
depends on !BR2_STATIC_LIBS # libdvdread
|
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
|
|
|
|
2015-03-30 23:07:30 +02:00
|
|
|
comment "libdvdnav needs a toolchain w/ dynamic library, threads"
|
|
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS
|