Re: [libav-devel] [PATCH] tls: fix compilation when both gnutls and openssl are enabled

2015-05-22 Thread Luca Barbato
On 22/05/15 08:40, Martin Storsjö wrote: > From: James Almer > > --- > While such a configuration probably doesn't make much sense, we > shouldn't fail to compile there. > --- > libavformat/tls.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > Configure should pick one provider and j

Re: [libav-devel] [PATCH] tls: fix compilation when both gnutls and openssl are enabled

2015-05-22 Thread wm4
On Fri, 22 May 2015 09:40:49 +0300 Martin Storsjö wrote: > From: James Almer > > --- > While such a configuration probably doesn't make much sense, we > shouldn't fail to compile there. > --- > libavformat/tls.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/libavfor

[libav-devel] [PATCH] tls: fix compilation when both gnutls and openssl are enabled

2015-05-21 Thread Martin Storsjö
From: James Almer --- While such a configuration probably doesn't make much sense, we shouldn't fail to compile there. --- libavformat/tls.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/tls.c b/libavformat/tls.c index 7ce9817..00fe876 100644 --- a/libavformat/t