summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorFlorian Wickert <fw@javox-solutions.com>2018-10-15 16:48:49 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-10-16 20:35:43 +0100
commitb382e7ec346909730d3393a9799956c9f5a18ca1 (patch)
tree3f68d84959d7b19f5060d98abb96860e0a2d1100 /meta
parent603f808f5994b9033f5c39f6b297ed9885384e3f (diff)
downloadpoky-b382e7ec346909730d3393a9799956c9f5a18ca1.tar.gz
Revert "gstreamer1.0-plugins-bad: remove rtmpdump from DEPENDS"
This reverts commit aa6def606fcb239fa8997764cdf4ebb1ec27802d which I posted myself. The Problem is rtmpdump, not the gstreamer1.0-plugins-bad recipe. The correct to fix this is to patch rtmpdump to work with OpenSSL 1.1. (From OE-Core rev: 9b7c1d7ac9b2cbd3744776328386bfb4c90c1afc) 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')
-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 61efc36a40..e36ffe6e02 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" 68PACKAGECONFIG[rtmp] = "--enable-rtmp,--disable-rtmp,rtmpdump"
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"