On Fri, May 26, 2017 at 02:06:04PM +0200, wm4 wrote: > On Fri, 26 May 2017 13:50:11 +0200 > Diego Biurrun <[email protected]> wrote: > > Both libraries provide similar functionality and cannot be used together. > > When both are enabled one is used and the other ignored arbitrarily. Error > > out instead and have the user choose which library to use. > > --- a/configure > > +++ b/configure > > @@ -2887,6 +2887,9 @@ map "die_license_disabled version3" > > $EXTERNAL_LIBRARY_VERSION3_LIST > > > > +enabled_all gnutls openssl && > > + die "GnuTLS and OpenSSL must not be enabled at the same time." > > + > > # Disable all the library-specific components if the library itself > > # is disabled, see AVCODEC_LIST and following _LIST variables. > > It was useful to test both at once, without having to go through full > re-configure and re-build.
That problem is solved by out-of-tree builds. Diego _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
