2013-07-20 01:37:54 +02:00
|
|
|
config BR2_PACKAGE_SUNXI_CEDARX
|
|
|
|
bool "sunxi-cedarx"
|
2013-10-31 13:02:39 +01:00
|
|
|
depends on BR2_arm
|
|
|
|
depends on BR2_TOOLCHAIN_USES_GLIBC
|
2013-07-20 01:37:54 +02:00
|
|
|
help
|
|
|
|
Sunxi CedarX decoder libraries. CedarX is Allwinner's
|
|
|
|
multimedia co-processing technology for hardware accelerated
|
|
|
|
video and image decoding, as used inside their A10 SoC's and
|
|
|
|
others.
|
|
|
|
|
|
|
|
http://github.com/linux-sunxi/cedarx-libs
|
|
|
|
http://linux-sunxi.org/CedarX
|
|
|
|
|
2013-10-31 13:02:39 +01:00
|
|
|
comment "sunxi-cedarx needs an (e)glibc toolchain"
|
|
|
|
depends on BR2_arm
|
|
|
|
depends on !BR2_TOOLCHAIN_USES_GLIBC
|