On Mon, Mar 06, 2017 at 08:21:19PM +0100, Luca Barbato wrote: > Recent version of MacOS provide more posix API that the previous > versions and recent toolchains do not fail the check even if > they are supposed to target an older version without this flag.
configure: Add -no_weak_imports to the ldflags for macOS Recent versions of macOS provide more posix API than previous versions and recent Apple toolchains provide all that API, even when targetting older releases without said API. Make sure that defined API is actually available at link time by adding the right linker flag. LGTM Diego _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
