summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia
diff options
context:
space:
mode:
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>2017-08-09 14:16:02 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-08-13 09:27:38 +0100
commit43d52e785b42a9b38419ae2959cc5983bd017deb (patch)
tree3a2baa094fa828ab76fc18b393a6d4ff8570f7df /meta/recipes-multimedia
parentf20a63aee3e2669cbe98812ee4b767cc2662a555 (diff)
downloadpoky-43d52e785b42a9b38419ae2959cc5983bd017deb.tar.gz
gstreamer-plugins-bad: replace openssl dependency with nettle for hls plugin
It has not been ported to openssl 1.1 (and there's nothing in upstream git), but it's possible to use nettle or gcrypt intead. Also, provide a fallback option to use openssl 1.0 when necessary. (From OE-Core rev: 624aed5d450664b0f0a36b14d658248202f864ed) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.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.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc
index e964fef3f2..dc47f581af 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad.inc
@@ -40,9 +40,9 @@ PACKAGECONFIG[flite] = "--enable-flite,--disable-flite,flite-alsa"
40PACKAGECONFIG[fluidsynth] = "--enable-fluidsynth,--disable-fluidsynth,fluidsynth" 40PACKAGECONFIG[fluidsynth] = "--enable-fluidsynth,--disable-fluidsynth,fluidsynth"
41PACKAGECONFIG[gles2] = "--enable-gles2,--disable-gles2,virtual/libgles2" 41PACKAGECONFIG[gles2] = "--enable-gles2,--disable-gles2,virtual/libgles2"
42PACKAGECONFIG[gtk] = "--enable-gtk3,--disable-gtk3,gtk+3" 42PACKAGECONFIG[gtk] = "--enable-gtk3,--disable-gtk3,gtk+3"
43# ensure OpenSSL is used for HLS AES description instead of nettle 43PACKAGECONFIG[hls] = "--enable-hls --with-hls-crypto=nettle,--disable-hls,nettle"
44# (OpenSSL is a shared dependency with dtls) 44# Provide a fallback to openssl 1.0 when using nettle is not acceptable or desirable
45PACKAGECONFIG[hls] = "--enable-hls --with-hls-crypto=openssl,--disable-hls,openssl" 45PACKAGECONFIG[hls_openssl10] = "--enable-hls --with-hls-crypto=openssl,--disable-hls,openssl10"
46PACKAGECONFIG[kms] = "--enable-kms,--disable-kms,libdrm" 46PACKAGECONFIG[kms] = "--enable-kms,--disable-kms,libdrm"
47PACKAGECONFIG[libmms] = "--enable-libmms,--disable-libmms,libmms" 47PACKAGECONFIG[libmms] = "--enable-libmms,--disable-libmms,libmms"
48PACKAGECONFIG[libssh2] = "--enable-libssh2,--disable-libssh2,libssh2" 48PACKAGECONFIG[libssh2] = "--enable-libssh2,--disable-libssh2,libssh2"