summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc')
-rw-r--r--meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc
index 6117e699d8..6a89fc9ac1 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc
@@ -13,11 +13,12 @@ PACKAGECONFIG_GL ?= "${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'gles2',
13# gtk is not in the PACKAGECONFIG variable by default until 13# gtk is not in the PACKAGECONFIG variable by default until
14# the transition to gtk+3 is finished 14# the transition to gtk+3 is finished
15PACKAGECONFIG ??= " \ 15PACKAGECONFIG ??= " \
16 ${GSTREAMER_ORC} \
16 ${PACKAGECONFIG_GL} \ 17 ${PACKAGECONFIG_GL} \
17 ${@bb.utils.contains('DISTRO_FEATURES', 'bluetooth', 'bluez', '', d)} \ 18 ${@bb.utils.contains('DISTRO_FEATURES', 'bluetooth', 'bluez', '', d)} \
18 ${@bb.utils.contains('DISTRO_FEATURES', 'directfb', 'directfb', '', d)} \ 19 ${@bb.utils.contains('DISTRO_FEATURES', 'directfb', 'directfb', '', d)} \
19 ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'wayland', '', d)} \ 20 ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'wayland', '', d)} \
20 bz2 curl dash dtls hls neon orc rsvg sbc smoothstreaming sndfile uvch264 \ 21 bz2 curl dash dtls hls neon rsvg sbc smoothstreaming sndfile uvch264 \
21" 22"
22 23
23PACKAGECONFIG[assrender] = "--enable-assrender,--disable-assrender,libass" 24PACKAGECONFIG[assrender] = "--enable-assrender,--disable-assrender,libass"