summaryrefslogtreecommitdiffstats
path: root/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.5.imx.bb
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@qt.io>2024-03-20 13:22:19 +0000
committerSamuli Piippo <samuli.piippo@qt.io>2024-03-21 12:21:40 +0000
commit10c814f2273940604d6c3c7853e8475959b6eb5d (patch)
treecab4ac06027ec4599ebdfb432e956a1b978ff3c3 /recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.5.imx.bb
parentda46cb6c07ff25a000840b695627a326b0d4085a (diff)
downloadmeta-freescale-10c814f2273940604d6c3c7853e8475959b6eb5d.tar.gz
gstreamer1.0-plugins-base: Don't always enable viv-fb
GStreamer is now 1.22.5 and as commented drop the viv-fb append. i.MX 7ULP has a GPU and should still use viv-fb Signed-off-by: Samuli Piippo <samuli.piippo@qt.io>
Diffstat (limited to 'recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.5.imx.bb')
-rw-r--r--recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.5.imx.bb6
1 files changed, 0 insertions, 6 deletions
diff --git a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.5.imx.bb b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.5.imx.bb
index 366314bd..29347f21 100644
--- a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.5.imx.bb
+++ b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.5.imx.bb
@@ -125,12 +125,6 @@ S = "${WORKDIR}/git"
125 125
126inherit use-imx-headers 126inherit use-imx-headers
127 127
128# Prior to version 1.22.5, viv-fb is coupled with the Vivante direct texture feature.
129# For this reason, in these older versions, viv-fb must be enabled always, even when
130# building for SoCs like the i.MX8 that do not support the viv-fb windowing system.
131# TODO: Once this .imx recipe is upgraded to 1.22.5 or newer, drop this line.
132PACKAGECONFIG_GL:append = " viv-fb "
133
134PACKAGECONFIG_REMOVE ?= "jpeg" 128PACKAGECONFIG_REMOVE ?= "jpeg"
135PACKAGECONFIG:remove = "${PACKAGECONFIG_REMOVE}" 129PACKAGECONFIG:remove = "${PACKAGECONFIG_REMOVE}"
136PACKAGECONFIG:append:imxgpu2d = " g2d" 130PACKAGECONFIG:append:imxgpu2d = " g2d"