On Sun, Jan 17, 2016 at 2:55 AM, Luca Barbato <[email protected]> wrote: > Before this patch trying to enable only https by issuing > > --disable-protocols --enable-protocol=https > > does not work as expected, nor does > > --disable-all --enable-protocols > > Now a `select_any` keyword is provided to describe alternate > dependencies and only the options that had not been explicitly > altered are defaulted to enabled. > --- > configure | 40 +++++++++++++++++++++++++++------------- > 1 file changed, 27 insertions(+), 13 deletions(-)
This will enable https without checking for openssl or gnutls, so https will be compiled in with nothing enabled, and running any avprogram on a https source will result in "Input/output error". -- Vittorio _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
