1config 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 12 http://www.videolan.org/developers/libaacs.html 13 14comment "libaacs needs a toolchain w/ dynamic library" 15 depends on BR2_STATIC_LIBS 16