1comment "libimxvpuapi needs an i.MX platform with VPU support" 2 depends on BR2_arm 3 depends on !BR2_PACKAGE_FREESCALE_IMX_HAS_VPU 4 5config 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. 15 16 https://github.com/Freescale/libimxvpuapi 17