On Mon, Jun 1, 2015 at 9:14 PM, James Almer <[email protected]> wrote: > This was a regression introduced with > d8ffb2055f0e0fcb5d025bab72eb19c2a886c125. > > Signed-off-by: James Almer <[email protected]> > --- > configure | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/configure b/configure > index cdc5a8d..a29cd38 100755 > --- a/configure > +++ b/configure > @@ -2216,6 +2216,8 @@ srtp_protocol_select="rtp_protocol" > tcp_protocol_select="network" > tls_gnutls_protocol_deps="gnutls" > tls_openssl_protocol_deps="openssl !tls_gnutls_protocol" > +tls_gnutls_protocol_select="tcp_protocol" > +tls_openssl_protocol_select="tcp_protocol" > tls_protocol_deps_any="tls_gnutls_protocol tls_openssl_protocol" > tls_protocol_select="tcp_protocol" > udp_protocol_select="network"
Seems ok, whoever pushes this could please take care of the order? -- Vittorio _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
