Config.in 527 B

123456789101112131415
  1. config BR2_PACKAGE_LIBAACS
  2. bool "libaacs"
  3. depends on BR2_PACKAGE_LIBGPG_ERROR_ARCH_SUPPORTS # libgcrypt
  4. depends on !BR2_STATIC_LIBS
  5. select BR2_PACKAGE_LIBGCRYPT
  6. help
  7. libaacs is a research project to implement the Advanced Access
  8. Content System specification.
  9. NB: this project doesn't offer any key or certificate that
  10. could be used to decode encrypted copyrighted material.
  11. http://www.videolan.org/developers/libaacs.html
  12. comment "libaacs needs a toolchain w/ dynamic library"
  13. depends on BR2_STATIC_LIBS