diff options
Diffstat (limited to 'recipes-multimedia')
-rw-r--r-- | recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.16.imx.bb | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.16.imx.bb b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.16.imx.bb index 3dc7cbf8..b37c066e 100644 --- a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.16.imx.bb +++ b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.16.imx.bb | |||
@@ -36,12 +36,15 @@ DEPENDS += "gstreamer1.0-plugins-base" | |||
36 | 36 | ||
37 | inherit gobject-introspection | 37 | inherit gobject-introspection |
38 | 38 | ||
39 | PACKAGECONFIG_GL ?= "${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'gl', '', d)}" | ||
40 | PACKAGECONFIG_GL_imxpxp = "gles2" | ||
41 | |||
39 | PACKAGECONFIG ??= " \ | 42 | PACKAGECONFIG ??= " \ |
40 | ${GSTREAMER_ORC} \ | 43 | ${GSTREAMER_ORC} \ |
41 | ${@bb.utils.contains('DISTRO_FEATURES', 'bluetooth', 'bluez', '', d)} \ | 44 | ${@bb.utils.contains('DISTRO_FEATURES', 'bluetooth', 'bluez', '', d)} \ |
42 | ${@bb.utils.filter('DISTRO_FEATURES', 'directfb vulkan', d)} \ | 45 | ${@bb.utils.filter('DISTRO_FEATURES', 'directfb vulkan', d)} \ |
43 | ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'wayland', '', d)} \ | 46 | ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'wayland', '', d)} \ |
44 | ${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'gl', '', d)} \ | 47 | ${PACKAGECONFIG_GL} \ |
45 | bz2 closedcaption curl dash dtls hls rsvg sbc smoothstreaming sndfile \ | 48 | bz2 closedcaption curl dash dtls hls rsvg sbc smoothstreaming sndfile \ |
46 | ttml uvch264 webp \ | 49 | ttml uvch264 webp \ |
47 | " | 50 | " |
@@ -63,6 +66,7 @@ PACKAGECONFIG[hls] = "-Dhls=enabled -Dhls-crypto=nettle,-Dhls=disabl | |||
63 | # to -base yet. They depend on the gstgl library in -base, so we do | 66 | # to -base yet. They depend on the gstgl library in -base, so we do |
64 | # not add GL dependencies here, since these are taken care of in -base. | 67 | # not add GL dependencies here, since these are taken care of in -base. |
65 | PACKAGECONFIG[gl] = "-Dgl=enabled,-Dgl=disabled," | 68 | PACKAGECONFIG[gl] = "-Dgl=enabled,-Dgl=disabled," |
69 | PACKAGECONFIG[gles2] = ",,virtual/libgles2" | ||
66 | PACKAGECONFIG[kms] = "-Dkms=enabled,-Dkms=disabled,libdrm" | 70 | PACKAGECONFIG[kms] = "-Dkms=enabled,-Dkms=disabled,libdrm" |
67 | PACKAGECONFIG[libde265] = "-Dlibde265=enabled,-Dlibde265=disabled,libde265" | 71 | PACKAGECONFIG[libde265] = "-Dlibde265=enabled,-Dlibde265=disabled,libde265" |
68 | PACKAGECONFIG[libmms] = "-Dlibmms=enabled,-Dlibmms=disabled,libmms" | 72 | PACKAGECONFIG[libmms] = "-Dlibmms=enabled,-Dlibmms=disabled,libmms" |