From aca039338c90e49cb0e10bfd214930fa2f69b4fe Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Mon, 3 Oct 2016 18:47:15 +0200 Subject: gstreamer1.0-plugins-imx: don't build for vpu also on dl Using libimxvpuapi causes asserts when using certain pipelines, e.g. with gst-play-1.0. Don't build the plugins which base on libimxvpuapi for now. remove it also for i.MX6 DL. Signed-off-by: Max Krummenacher --- recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx_0.12.%.bbappend | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx_0.12.%.bbappend b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx_0.12.%.bbappend index 083ce61..65c2e8b 100644 --- a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx_0.12.%.bbappend +++ b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx_0.12.%.bbappend @@ -3,3 +3,4 @@ # e.g.: gst-launch-1.0: ../imxvpuapi/imxvpuapi_vpulib.c:2349: imx_vpu_dec_mark_framebuffer_as_displayed: Assertion `framebuffer != ((void *)0)' failed. # not building the vpu plugins works around the issue PACKAGECONFIG_mx6q_remove = "vpu" +PACKAGECONFIG_mx6dl_remove = "vpu" -- cgit v1.2.3