30648c3fd0
No changelog provided for 4.3.5 but it can now builds against the following VPU backends: - Chips&Media - Hantro - Amphion (not supported in BR yet) Changes in 4.3.2: - Add vpu_wrapper_test - Add gst_dump tools - Add gl sink - Enable RMVB/VC1/DIVX3 - Add webp support Changes in 4.3.4: - set hasColorDesc and fullRange in VPU_DecGetInitialInfo. - Fix H264 failure due to too many MBI buffers. Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com> [Thomas: add hash for EULA file] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
20 lines
749 B
Plaintext
20 lines
749 B
Plaintext
comment "imx-vpuwrap needs an imx-specific Linux kernel to be built"
|
|
depends on !BR2_LINUX_KERNEL
|
|
|
|
comment "imx-vpuwrap needs an i.MX platform with VPU support"
|
|
depends on BR2_LINUX_KERNEL
|
|
depends on !BR2_PACKAGE_FREESCALE_IMX_HAS_VPU && !BR2_PACKAGE_FREESCALE_IMX_HAS_VPU_HANTRO
|
|
|
|
config BR2_PACKAGE_IMX_VPUWRAP
|
|
bool "imx-vpuwrap"
|
|
depends on BR2_LINUX_KERNEL
|
|
depends on BR2_PACKAGE_FREESCALE_IMX_HAS_VPU || BR2_PACKAGE_FREESCALE_IMX_HAS_VPU_HANTRO
|
|
select BR2_PACKAGE_IMX_VPU if BR2_PACKAGE_FREESCALE_IMX_HAS_VPU
|
|
select BR2_PACKAGE_IMX_VPU_HANTRO if BR2_PACKAGE_FREESCALE_IMX_HAS_VPU_HANTRO
|
|
help
|
|
Wrapper library for the vpu library, giving it a different
|
|
API.
|
|
|
|
This library is provided by NXP as-is and doesn't have
|
|
an upstream.
|