On Tue, Sep 04, 2012 at 11:47:23PM +0300, Martin Storsjö wrote:
> From: "Ronald S. Bultje" <rsbul...@gmail.com>
> 
> Use with the following configure parameters:
> --cc='c99wrap cl' --ld='c99wrap link'

This should be documented somewhere at some point.

> @@ -2282,6 +2301,29 @@ probe_cc(){
> +        # Nonstandard output options, avoiding msys path conversion issues, 
> relies on wrapper to remap it

to avoid

> +        _cflags='-D_USE_MATH_DEFINES -Dinline=__inline -FIstdlib.h 
> -Dstrtoll=_strtoi64'
> +        if [ $pfx = hostcc ]; then
> +            _cflags="$cflags -Dsnprintf=_snprintf"

Does some of this belong in the new libc section?

Diego
_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to