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.
> ---
> configure | 3 +++
> 1 file changed, 3 insertions(+)
>
> diff --git a/configure b/configure
> index f9f898f..10a6a8d 100755
> --- a/configure
> +++ b/configure
> @@ -2887,6 +2887,9 @@ map "die_license_disabled version3"
> $EXTERNAL_LIBRARY_VERSION3_LIST
>
> enabled version3 && { enabled gpl && enable gplv3 || enable lgplv3; }
>
> +enabled_all gnutls openssl &&
> + die "GnuTLS and OpenSSL must not be enabled at the same time."
> +
> # Disable all the library-specific components if the library itself
> # is disabled, see AVCODEC_LIST and following _LIST variables.
>
>
I'd rather warn and disable openssl to be a little friendlier.
lu
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel