mirror of
https://git.yoctoproject.org/poky
synced 2026-03-06 15:29:40 +01:00
Revert "gstreamer1.0-plugins-bad: remove rtmpdump from DEPENDS"
This reverts commit aa6def606f 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>
This commit is contained in:
committed by
Richard Purdie
parent
603f808f59
commit
b382e7ec34
@@ -65,7 +65,7 @@ PACKAGECONFIG[openjpeg] = "--enable-openjpeg,--disable-openjpeg,openjpeg"
|
||||
PACKAGECONFIG[opusparse] = "--enable-opus,--disable-opus,libopus"
|
||||
PACKAGECONFIG[resindvd] = "--enable-resindvd,--disable-resindvd,libdvdread libdvdnav"
|
||||
PACKAGECONFIG[rsvg] = "--enable-rsvg,--disable-rsvg,librsvg"
|
||||
PACKAGECONFIG[rtmp] = "--enable-rtmp,--disable-rtmp"
|
||||
PACKAGECONFIG[rtmp] = "--enable-rtmp,--disable-rtmp,rtmpdump"
|
||||
PACKAGECONFIG[sbc] = "--enable-sbc,--disable-sbc,sbc"
|
||||
PACKAGECONFIG[smoothstreaming] = "--enable-smoothstreaming,--disable-smoothstreaming,libxml2"
|
||||
PACKAGECONFIG[sndfile] = "--enable-sndfile,--disable-sndfile,libsndfile1"
|
||||
|
||||
Reference in New Issue
Block a user