summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_git.bb
diff options
context:
space:
mode:
authorCarlos Rafael Giani <dv@pseudoterminal.org>2016-08-26 20:53:20 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-09-14 22:22:07 +0100
commit564a0d782d2989a056c58f944dfbaa6adbb8e027 (patch)
treea0d8c70248a5a32dc1dc69582da294d3403d567a /meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_git.bb
parent473a47974c4a5e97b72cced102d18b2374bffb9c (diff)
downloadpoky-564a0d782d2989a056c58f944dfbaa6adbb8e027.tar.gz
gstreamer1.0-plugins-bad: Fix packageconfigs and patches
This reintroduces fixes and changes which were introduced in the original gstreamer1.0-plugins-bad 1.8.1 upgrade commit. * packageconfigs changed since GStreamer 1.6.3 (they often do between minor version increases like 1.6 -> 1.8) * hls,tinyalsa packageconfigs moved into the .inc file * vulkan packageconfig dropped since there are no vulkan libraries in OE (libxcb alone is not enough) * reintroduced glimagesink downrank patch (it was removed because it was dangling before) * fixed patch line numbers (From OE-Core rev: ca3f9fbe21407685ed09c60bc4b991b5c6b448f4) Signed-off-by: Carlos Rafael Giani <dv@pseudoterminal.org> 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_git.bb')
-rw-r--r--meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_git.bb20
1 files changed, 0 insertions, 20 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_git.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_git.bb
index d3fbd12a6f..1370380b94 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_git.bb
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_git.bb
@@ -27,26 +27,6 @@ SRCREV_FORMAT = "base"
27 27
28S = "${WORKDIR}/git" 28S = "${WORKDIR}/git"
29 29
30# over-ride the default hls PACKAGECONFIG in gstreamer1.0-plugins-bad.inc to
31# pass an additional --with-hls-crypto=XXX option (new in 1.7.x) and switch HLS
32# AES decryption from nettle to openssl (ie a shared dependency with dtls).
33# This should move back to the common .inc once the main recipe updates to 1.8.x
34PACKAGECONFIG[hls] = "--enable-hls --with-hls-crypto=openssl,--disable-hls,openssl"
35
36# The tinyalsa plugin was added prior to the 1.7.2 release
37# https://cgit.freedesktop.org/gstreamer/gst-plugins-bad/commit/?id=c8bd74fa9a81398f57d976c478d2043f30188684
38PACKAGECONFIG[tinyalsa] = "--enable-tinyalsa,--disable-tinyalsa,tinyalsa"
39
40# The vulkan based video sink plugin was added prior to the 1.7.2 release
41# https://cgit.freedesktop.org/gstreamer/gst-plugins-bad/commit/?id=5de6dd9f40629562acf90e35e1fa58464d66617d
42PACKAGECONFIG[vulkan] = "--enable-vulkan,--disable-vulkan,libxcb"
43
44# The dependency-less netsim plugin was added prior to the 1.7.2 release
45# https://cgit.freedesktop.org/gstreamer/gst-plugins-bad/commit/?id=e3f9e854f08e82bfab11182c5a2aa6f9a0c73cd5
46EXTRA_OECONF += " \
47 --enable-netsim \
48"
49
50do_configure_prepend() { 30do_configure_prepend() {
51 ${S}/autogen.sh --noconfigure 31 ${S}/autogen.sh --noconfigure
52} 32}