summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2016-12-08 18:57:54 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-12-13 22:55:20 +0000
commit08d092e16daa90a49ba80dde5e602a941845f77c (patch)
treea6749013746830ef2166067a7015a7ede55ff58b /meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc
parent7966afa64a846a6ae55341a8ebae3631d5ed1bfd (diff)
downloadpoky-08d092e16daa90a49ba80dde5e602a941845f77c.tar.gz
gstreamer1.0: Upgrade to 1.10.1
Remove backported patches and upstreamed ones Drop --disable-trace its no more in 1.10.x Add packageconfig option for kms, keep it disabled by default in bad plugins recipe (From OE-Core rev: 309e02b7313398a05e70915560882c880c7f7c76) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc')
-rw-r--r--meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc
index 0fe5564b53..d26a6a9433 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc
@@ -42,6 +42,7 @@ PACKAGECONFIG[gtk] = "--enable-gtk3,--disable-gtk3,gtk+3"
42# ensure OpenSSL is used for HLS AES description instead of nettle 42# ensure OpenSSL is used for HLS AES description instead of nettle
43# (OpenSSL is a shared dependency with dtls) 43# (OpenSSL is a shared dependency with dtls)
44PACKAGECONFIG[hls] = "--enable-hls --with-hls-crypto=openssl,--disable-hls,openssl" 44PACKAGECONFIG[hls] = "--enable-hls --with-hls-crypto=openssl,--disable-hls,openssl"
45PACKAGECONFIG[kms] = "--enable-kms,--disable-kms,libdrm"
45PACKAGECONFIG[libmms] = "--enable-libmms,--disable-libmms,libmms" 46PACKAGECONFIG[libmms] = "--enable-libmms,--disable-libmms,libmms"
46PACKAGECONFIG[libssh2] = "--enable-libssh2,--disable-libssh2,libssh2" 47PACKAGECONFIG[libssh2] = "--enable-libssh2,--disable-libssh2,libssh2"
47PACKAGECONFIG[modplug] = "--enable-modplug,--disable-modplug,libmodplug" 48PACKAGECONFIG[modplug] = "--enable-modplug,--disable-modplug,libmodplug"