On Tue, Jan 19, 2016 at 10:56 PM, Vittorio Giovara <[email protected]> wrote: > On Tue, Jan 19, 2016 at 4:50 PM, Luca Barbato <[email protected]> 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. >> --- >> >> This version seems working eventually for all the testcases I have, >> Vittorio please test it again as well. > > This is working great, the only glitch I found is that if you ask > https and not enable openssl or gnutls, tcp gets pulled in for no > reason. My line was "./configure --disable-protocols > --enable-protocol=https"
This should probably error then on account of an explicit request that cannot be fulfilled. - Hendrik _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
