summaryrefslogtreecommitdiffstats
path: root/package/kodi/kodi.mk
diff options
context:
space:
mode:
authorAndrew Webster <awebster@arcx.com>2016-06-10 14:13:29 -0400
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-06-15 22:48:40 +0200
commit0f92b19dd68483279b8f0effce316fb6aec9ff9e (patch)
tree88ec8186f199538a3b2073a156006018748f8b2a /package/kodi/kodi.mk
parent6499890700d9cebb273e649d3587ff13f27ccee2 (diff)
downloadbuildroot-0f92b19dd68483279b8f0effce316fb6aec9ff9e.tar.gz
buildroot-0f92b19dd68483279b8f0effce316fb6aec9ff9e.zip
imx-vpuwrap: rename from libfslvpuwrap and bump version to 1.0.65
Changelog: --Update 'nLastFrameEndPosPhy' in seqinit stage to avoid feed the same SPS to vpu repeatedly. This patch is based on the Yocto equivalent: https://github.com/Freescale/meta-fsl-arm/commit/d6b9490 Implicitly tested through gstreamer as the 0.10 plugin relies on it: # gst-launch-0.10 playbin uri=file:///root/tears_of_steel_1080p.webm Signed-off-by: Andrew Webster <awebster@arcx.com> Reviewed-by: Gary Bisson <gary.bisson@boundarydevices.com> Tested-by: Gary Bisson <gary.bisson@boundarydevices.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/kodi/kodi.mk')
-rw-r--r--package/kodi/kodi.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/kodi/kodi.mk b/package/kodi/kodi.mk
index e163c24018..90c50c3ae1 100644
--- a/package/kodi/kodi.mk
+++ b/package/kodi/kodi.mk
@@ -53,8 +53,8 @@ KODI_CONF_ENV += INCLUDES="-I$(STAGING_DIR)/usr/include/interface/vcos/pthreads
LIBS="-lvcos -lvchostif"
endif
-ifeq ($(BR2_PACKAGE_LIBFSLVPUWRAP),y)
-KODI_DEPENDENCIES += libfslvpuwrap
+ifeq ($(BR2_PACKAGE_IMX_VPUWRAP),y)
+KODI_DEPENDENCIES += imx-vpuwrap
KODI_CONF_OPTS += --enable-codec=imxvpu
endif
OpenPOWER on IntegriCloud