Re: [libav-devel] [PATCH] configure: Prefer GNUTLS over OpenSSL if both available

2015-05-25 Thread Luca Barbato
On 22/05/15 21:28, Martin Storsjö wrote: Well, if you see gnutls/openssl only as libs that are used for implementing the tls:// protocol, sure, but if you see them as generic external libs that may have more or less overlapping tasks, it's not as straightforward. (They are used for other

Re: [libav-devel] [PATCH] configure: Prefer GNUTLS over OpenSSL if both available

2015-05-25 Thread Martin Storsjö
On Mon, 25 May 2015, Luca Barbato wrote: On 22/05/15 21:28, Martin Storsjö wrote: Well, if you see gnutls/openssl only as libs that are used for implementing the tls:// protocol, sure, but if you see them as generic external libs that may have more or less overlapping tasks, it's not as

[libav-devel] [PATCH] configure: Prefer GNUTLS over OpenSSL if both available

2015-05-22 Thread Luca Barbato
And warn about it. --- OpenSSL requires nonfree. configure | 5 + 1 file changed, 5 insertions(+) diff --git a/configure b/configure index 5bcc2df..70b3e84 100755 --- a/configure +++ b/configure @@ -4289,6 +4289,11 @@ if enabled gnutls; then { check_lib gcrypt.h gcry_mpi_new -lgcrypt

Re: [libav-devel] [PATCH] configure: Prefer GNUTLS over OpenSSL if both available

2015-05-22 Thread Martin Storsjö
On Fri, 22 May 2015, Luca Barbato wrote: And warn about it. --- OpenSSL requires nonfree. configure | 5 + 1 file changed, 5 insertions(+) diff --git a/configure b/configure index 5bcc2df..70b3e84 100755 --- a/configure +++ b/configure @@ -4289,6 +4289,11 @@ if enabled gnutls; then {