On Wed, Jan 20, 2016 at 7:05 PM, Luca Barbato <lu_z...@gentoo.org> wrote:
> Before this patch trying to enable only https by issuing
>
>     --disable-protocols --enable-protocol=https --enable-gnutls
>
> does not enable https, and
>
>     --disable-all --enable-protocols
>
> does not enable libavformat and the protocols component.
>
> Now the default-enabled options are set after the explicitly
> disabled/enabled options are evaluated.
>
> If an explicitly enabled option cannot be enabled configure
> will fail printing an error message.
> ---

This breaks --enable-nonfree --enable-gnutls

~/src/libav/libavformat/tls_openssl.c:35:10: fatal error:
      'openssl/bio.h' file not found
#include <openssl/bio.h>
         ^

Also, even though the breakage was in the previous iterations too, I
would have appreciated a 24h grace period before pushing this new
version.
-- 
Vittorio
_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to