summaryrefslogtreecommitdiffstats
path: root/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.5.imx.bb
diff options
context:
space:
mode:
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.bb11
1 files changed, 7 insertions, 4 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 29347f21..dd7869a9 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
@@ -118,16 +118,19 @@ SRC_URI:remove = " \
118SRC_URI:prepend = "${GST1.0-PLUGINS-BASE_SRC};branch=${SRCBRANCH} " 118SRC_URI:prepend = "${GST1.0-PLUGINS-BASE_SRC};branch=${SRCBRANCH} "
119SRC_URI:append = " file://0001-gstallocator-Fix-typcasts.patch" 119SRC_URI:append = " file://0001-gstallocator-Fix-typcasts.patch"
120GST1.0-PLUGINS-BASE_SRC ?= "gitsm://github.com/nxp-imx/gst-plugins-base.git;protocol=https" 120GST1.0-PLUGINS-BASE_SRC ?= "gitsm://github.com/nxp-imx/gst-plugins-base.git;protocol=https"
121SRCBRANCH = "MM_04.08.02_2310_L6.1.y" 121SRCBRANCH = "MM_04.08.03_2312_L6.6.y"
122SRCREV = "53a12f4e39773ca5b052eccbf0476d4ebd3ac08e" 122SRCREV = "c4333767ea122c182ba4e14cababe8dbe2a1b882"
123 123
124S = "${WORKDIR}/git" 124S = "${WORKDIR}/git"
125 125
126inherit use-imx-headers 126inherit use-imx-headers
127 127
128PACKAGECONFIG_REMOVE ?= "jpeg"
129PACKAGECONFIG:remove = "${PACKAGECONFIG_REMOVE}" 128PACKAGECONFIG:remove = "${PACKAGECONFIG_REMOVE}"
130PACKAGECONFIG:append:imxgpu2d = " g2d" 129PACKAGECONFIG_REMOVE ?= "jpeg"
130
131PACKAGECONFIG:append = " ${PACKAGECONFIG_G2D}"
132PACKAGECONFIG_G2D ??= ""
133PACKAGECONFIG_G2D:imxgpu2d ??= "g2d"
131 134
132PACKAGECONFIG[g2d] = ",,virtual/libg2d" 135PACKAGECONFIG[g2d] = ",,virtual/libg2d"
133PACKAGECONFIG[viv-fb] = ",,virtual/libgles2" 136PACKAGECONFIG[viv-fb] = ",,virtual/libgles2"