xref: /OK3568_Linux_fs/buildroot/package/libdvdnav/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_LIBDVDNAV
2	bool "libdvdnav"
3	depends on BR2_TOOLCHAIN_HAS_THREADS
4	select BR2_PACKAGE_LIBDVDREAD
5	help
6	  libdvdnav is a library that allows easy use of sophisticated
7	  DVD navigation features such as DVD menus, multiangle
8	  playback and even interactive DVD games.
9
10	  https://www.videolan.org/developers/libdvdnav.html
11
12comment "libdvdnav needs a toolchain w/ threads"
13	depends on !BR2_TOOLCHAIN_HAS_THREADS
14