summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia
diff options
context:
space:
mode:
authorFlorian Wickert <fw@javox-solutions.com>2018-09-20 10:02:42 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-09-21 18:45:46 -0700
commitaa6def606fcb239fa8997764cdf4ebb1ec27802d (patch)
treecce686d79778c53163e7c6dd2a6887be4cb2e930 /meta/recipes-multimedia
parentd02939de276a4bf41182ec5cfa7b04aa329ff70b (diff)
downloadpoky-aa6def606fcb239fa8997764cdf4ebb1ec27802d.tar.gz
gstreamer1.0-plugins-bad: remove rtmpdump from DEPENDS
rtmpdump is not a build dependency for gstreamer1.0-plugins-bad even if rtmp is enabled. This wouldn't compile anyway due to the openssl/openssl10 incompatibility because rtmpdump requires openssl10. (From OE-Core rev: f9b7de219ae03b48843f65a49d90822b33d34534) Signed-off-by: Florian Wickert <fw@javox-solutions.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')
-rw-r--r--meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.14.2.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.14.2.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.14.2.bb
index e36ffe6e02..61efc36a40 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.14.2.bb
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.14.2.bb
@@ -65,7 +65,7 @@ PACKAGECONFIG[openjpeg] = "--enable-openjpeg,--disable-openjpeg,openjpeg"
65PACKAGECONFIG[opusparse] = "--enable-opus,--disable-opus,libopus" 65PACKAGECONFIG[opusparse] = "--enable-opus,--disable-opus,libopus"
66PACKAGECONFIG[resindvd] = "--enable-resindvd,--disable-resindvd,libdvdread libdvdnav" 66PACKAGECONFIG[resindvd] = "--enable-resindvd,--disable-resindvd,libdvdread libdvdnav"
67PACKAGECONFIG[rsvg] = "--enable-rsvg,--disable-rsvg,librsvg" 67PACKAGECONFIG[rsvg] = "--enable-rsvg,--disable-rsvg,librsvg"
68PACKAGECONFIG[rtmp] = "--enable-rtmp,--disable-rtmp,rtmpdump" 68PACKAGECONFIG[rtmp] = "--enable-rtmp,--disable-rtmp"
69PACKAGECONFIG[sbc] = "--enable-sbc,--disable-sbc,sbc" 69PACKAGECONFIG[sbc] = "--enable-sbc,--disable-sbc,sbc"
70PACKAGECONFIG[smoothstreaming] = "--enable-smoothstreaming,--disable-smoothstreaming,libxml2" 70PACKAGECONFIG[smoothstreaming] = "--enable-smoothstreaming,--disable-smoothstreaming,libxml2"
71PACKAGECONFIG[sndfile] = "--enable-sndfile,--disable-sndfile,libsndfile1" 71PACKAGECONFIG[sndfile] = "--enable-sndfile,--disable-sndfile,libsndfile1"