package/xfont_font-cronyx-cyrillic: add hash file
[buildroot-gz.git] / package / libimxvpuapi / Config.in
blob8b8b839ce84df97d17e34e0e5d587deeb55f9263
1 comment "libimxvpuapi needs an i.MX platform with VPU support"
2         depends on BR2_arm
3         depends on !BR2_PACKAGE_FREESCALE_IMX_HAS_VPU
5 config BR2_PACKAGE_LIBIMXVPUAPI
6         bool "libimxvpuapi"
7         depends on BR2_arm # Only relevant for i.MX
8         depends on BR2_PACKAGE_FREESCALE_IMX_HAS_VPU
9         select BR2_PACKAGE_IMX_VPU
10         help
11           This library provides an API for using the iMX6 VPU video
12           engine. It is an alternative to Freescale's VPU
13           wrapper. Both the wrapper and this library are layered on
14           top of imx-vpu, the low-level iMX6 VPU interface.
16           https://github.com/Freescale/libimxvpuapi