Config.in 415 B

12345678910111213
  1. config BR2_PACKAGE_LIBDVDNAV
  2. bool "libdvdnav"
  3. depends on BR2_LARGEFILE # libdvdread
  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. http://www.mplayerhq.hu
  10. comment "libdvdnav requires a toolchain with LARGEFILE support"
  11. depends on !BR2_LARGEFILE