Re: [OE-core] [PATCH] gstreamer-plugins-bad: replace openssl dependency with nettle for hls plugin

2017-08-10 Thread Alexander Kanavin
On 08/09/2017 06:12 PM, Andre McCurdy wrote: -# ensure OpenSSL is used for HLS AES description instead of nettle -# (OpenSSL is a shared dependency with dtls) -PACKAGECONFIG[hls] = "--enable-hls --with-hls-crypto=openssl,--disable-hls,openssl" +PACKAGECONFIG[hls] =

Re: [OE-core] [PATCH] gstreamer-plugins-bad: replace openssl dependency with nettle for hls plugin

2017-08-09 Thread Andre McCurdy
On Wed, Aug 9, 2017 at 4:16 AM, Alexander Kanavin wrote: > 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. > >

[OE-core] [PATCH] gstreamer-plugins-bad: replace openssl dependency with nettle for hls plugin

2017-08-09 Thread Alexander Kanavin
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. Signed-off-by: Alexander Kanavin ---