109458d078
New feature for 1.0.57 version:
* Add workaround for rmvb decode timeout issue when no enough frame buffer.
* Re-enable the detection of resolution change due to the latest firmware.
This patch is based on the Yocto equivalent:
b1edff7ec9
The previous patch applied can now be removed since it has been integrated
in ver 1.0.51 (see Changelog).
This package has been implicitely tested through gstreamer as the plugins
rely on it for vpu decoding:
# gst-launch-0.10 playbin uri=file:///root/tears_of_steel_1080p.webm
# gst-launch-1.0 playbin uri=file:///root/tears_of_steel_1080p.webm
# gst-launch-1.0 filesrc location=/root/tears_of_steel_1080p.webm ! \
matroskademux ! imxvpudec ! imxipuvideosink
Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
22 lines
691 B
Makefile
22 lines
691 B
Makefile
################################################################################
|
|
#
|
|
# libfslvpuwrap
|
|
#
|
|
################################################################################
|
|
|
|
LIBFSLVPUWRAP_VERSION = 1.0.57
|
|
LIBFSLVPUWRAP_SITE = $(FREESCALE_IMX_SITE)
|
|
LIBFSLVPUWRAP_SOURCE = libfslvpuwrap-$(LIBFSLVPUWRAP_VERSION).bin
|
|
LIBFSLVPUWRAP_DEPENDENCIES = imx-vpu
|
|
LIBFSLVPUWRAP_INSTALL_STAGING = YES
|
|
|
|
LIBFSLVPUWRAP_LICENSE = Freescale Semiconductor Software License Agreement
|
|
LIBFSLVPUWRAP_LICENSE_FILES = EULA EULA.txt
|
|
LIBFSLVPUWRAP_REDISTRIBUTE = NO
|
|
|
|
define LIBFSLVPUWRAP_EXTRACT_CMDS
|
|
$(call FREESCALE_IMX_EXTRACT_HELPER,$(DL_DIR)/$(LIBFSLVPUWRAP_SOURCE))
|
|
endef
|
|
|
|
$(eval $(autotools-package))
|