Diego Biurrun <di...@biurrun.de> writes:

> ---
>
> Ahem ... :)
>
>  configure |   20 +++++++++-----------
>  1 files changed, 9 insertions(+), 11 deletions(-)
>
> diff --git a/configure b/configure
> index 9b84da1..4940be9 100755
> --- a/configure
> +++ b/configure
> @@ -1696,11 +1696,9 @@ ffrtmpcrypt_protocol_deps_any="gcrypt nettle openssl"
>  ffrtmpcrypt_protocol_select="tcp_protocol"
>  ffrtmphttp_protocol_deps="!librtmp_protocol"
>  ffrtmphttp_protocol_select="http_protocol"
> -gopher_protocol_deps="network"
> -httpproxy_protocol_deps="network"
> -httpproxy_protocol_select="tcp_protocol"
> -http_protocol_deps="network"
> -http_protocol_select="tcp_protocol"
> +gopher_protocol_select="network"
> +httpproxy_protocol_select="network tcp_protocol"
> +http_protocol_deps="network tcp_protocol"
>  https_protocol_select="tls_protocol"
>  librtmp_protocol_deps="librtmp"
>  librtmpe_protocol_deps="librtmp"

Since tcp_protocol already selects network, there is no need to repeat
it here.

-- 
Måns Rullgård
m...@mansr.com
_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to