On Thu, Oct 25, 2012 at 3:19 PM, Diego Biurrun <[email protected]> wrote: > Why? If you don't want LZO support, why shouldn't you be allowed to disable > it, API or not?
Public API/ABI should always be the same for a given version of the library, and not depend on build options, or you run into a whole load of headaches with dynamic linking. _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
