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>
29 lines
796 B
Makefile
29 lines
796 B
Makefile
################################################################################
|
|
#
|
|
# imx-vpuwrap
|
|
#
|
|
################################################################################
|
|
|
|
IMX_VPUWRAP_VERSION = 4.3.5
|
|
IMX_VPUWRAP_SITE = $(FREESCALE_IMX_SITE)
|
|
IMX_VPUWRAP_SOURCE = imx-vpuwrap-$(IMX_VPUWRAP_VERSION).bin
|
|
IMX_VPUWRAP_INSTALL_STAGING = YES
|
|
|
|
ifeq ($(BR2_PACKAGE_IMX_VPU),y)
|
|
IMX_VPUWRAP_DEPENDENCIES = imx-vpu
|
|
endif
|
|
|
|
ifeq ($(BR2_PACKAGE_IMX_VPU_HANTRO),y)
|
|
IMX_VPUWRAP_DEPENDENCIES = imx-vpu-hantro
|
|
endif
|
|
|
|
IMX_VPUWRAP_LICENSE = NXP Semiconductor Software License Agreement
|
|
IMX_VPUWRAP_LICENSE_FILES = EULA COPYING
|
|
IMX_VPUWRAP_REDISTRIBUTE = NO
|
|
|
|
define IMX_VPUWRAP_EXTRACT_CMDS
|
|
$(call FREESCALE_IMX_EXTRACT_HELPER,$(IMX_VPUWRAP_DL_DIR)/$(IMX_VPUWRAP_SOURCE))
|
|
endef
|
|
|
|
$(eval $(autotools-package))
|