diff options
Diffstat (limited to 'recipes-multimedia')
-rw-r--r-- | recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.20.3.imx.bb | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.20.3.imx.bb b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.20.3.imx.bb index d338f986..0ef9daea 100644 --- a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.20.3.imx.bb +++ b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.20.3.imx.bb | |||
@@ -85,6 +85,14 @@ EXTRA_OEMESON += " \ | |||
85 | ${@get_opengl_cmdline_list('gl_winsys', d.getVar('OPENGL_WINSYS'), d)} \ | 85 | ${@get_opengl_cmdline_list('gl_winsys', d.getVar('OPENGL_WINSYS'), d)} \ |
86 | " | 86 | " |
87 | 87 | ||
88 | # Remove this meta package when moving to gstreamer 1.22+, this is for making | ||
89 | # gst packagegroups from master work with gstreamer 1.20.3.imx | ||
90 | PACKAGES += "${PN}-videoconvertscale" | ||
91 | |||
92 | ALLOW_EMPTY:${PN}-videoconvertscale = "1" | ||
93 | |||
94 | RDEPENDS:${PN}-videoconvertscale = "${PN}-videoconvert ${PN}-videoscale" | ||
95 | |||
88 | FILES:${PN}-dev += "${libdir}/gstreamer-1.0/include/gst/gl/gstglconfig.h" | 96 | FILES:${PN}-dev += "${libdir}/gstreamer-1.0/include/gst/gl/gstglconfig.h" |
89 | FILES:${MLPREFIX}libgsttag-1.0 += "${datadir}/gst-plugins-base/1.0/license-translations.dict" | 97 | FILES:${MLPREFIX}libgsttag-1.0 += "${datadir}/gst-plugins-base/1.0/license-translations.dict" |
90 | 98 | ||