1config BR2_PACKAGE_SUNXI_CEDARX 2 bool "sunxi-cedarx" 3 depends on BR2_arm 4 depends on BR2_TOOLCHAIN_USES_GLIBC 5 help 6 Sunxi CedarX decoder libraries. CedarX is Allwinner's 7 multimedia co-processing technology for hardware accelerated 8 video and image decoding, as used inside their A10 SoC's and 9 others. 10 11 http://github.com/linux-sunxi/cedarx-libs 12 http://linux-sunxi.org/CedarX 13 14comment "sunxi-cedarx needs a glibc toolchain" 15 depends on BR2_arm 16 depends on !BR2_TOOLCHAIN_USES_GLIBC 17