xref: /OK3568_Linux_fs/buildroot/package/libaacs/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_LIBAACS
2*4882a593Smuzhiyun	bool "libaacs"
3*4882a593Smuzhiyun	depends on BR2_PACKAGE_LIBGPG_ERROR_ARCH_SUPPORTS # libgcrypt
4*4882a593Smuzhiyun	depends on !BR2_STATIC_LIBS
5*4882a593Smuzhiyun	select BR2_PACKAGE_LIBGCRYPT
6*4882a593Smuzhiyun	help
7*4882a593Smuzhiyun	  libaacs is a research project to implement the Advanced Access
8*4882a593Smuzhiyun	  Content System specification.
9*4882a593Smuzhiyun	  NB: this project doesn't offer any key or certificate that
10*4882a593Smuzhiyun	  could be used to decode encrypted copyrighted material.
11*4882a593Smuzhiyun
12*4882a593Smuzhiyun	  http://www.videolan.org/developers/libaacs.html
13*4882a593Smuzhiyun
14*4882a593Smuzhiyuncomment "libaacs needs a toolchain w/ dynamic library"
15*4882a593Smuzhiyun	depends on BR2_STATIC_LIBS
16