summaryrefslogtreecommitdiff
path: root/recipes-multimedia
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2016-10-03 18:47:15 +0200
committerStefan Agner <stefan.agner@toradex.com>2017-01-10 14:42:49 -0800
commita145d738ee56bbaf737deb949fadb917974319d6 (patch)
treea9bfc0e0907d89ce6e95ae5fdaa3c5eb9c139e83 /recipes-multimedia
parent7816fe7b10268e05e59c2aadc453903af694424d (diff)
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 <max.krummenacher@toradex.com> Acked-by: Stefan Agner <stefan.agner@toradex.com>
Diffstat (limited to 'recipes-multimedia')
-rw-r--r--recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx_0.12.%.bbappend1
1 files changed, 1 insertions, 0 deletions
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"