On Fri, May 26, 2017 at 02:06:02PM +0200, Luca Barbato wrote:
> On 5/26/17 1:50 PM, Diego Biurrun wrote:
> > Both libraries provide similar functionality and cannot be used together.
> > When both are enabled one is used and the other ignored arbitrarily. Error
> > out instead and have the user choose which library to use.
> > --- a/configure
> > +++ b/configure
> > @@ -2887,6 +2887,9 @@ map "die_license_disabled version3" 
> > $EXTERNAL_LIBRARY_VERSION3_LIST
> >  
> > +enabled_all gnutls openssl &&
> > +    die "GnuTLS and OpenSSL must not be enabled at the same time."
> 
> I'd rather warn and disable openssl to be a little friendlier.

No, I think the current behavior of silently using one but not the other
is a bug and users should be informed of the fact that they are using
incompatible configure flags.

Diego
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to