On 09/08/14 21:48, Martin Storsjö wrote:
> ---
>  configure | 4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/configure b/configure
> index 7e3f6ff..4d2439e 100755
> --- a/configure
> +++ b/configure
> @@ -2881,6 +2881,10 @@ probe_cc(){
>          _cflags_size="-O2 -Munroll=c:1 $opt_common"
>          _cflags_noopt="-O1"
>          _flags_filter=pgi_flags
> +    elif $_cc 2>&1 | grep Microsoft | grep Assembler | grep -q ARM ; then
> +        _type=armasm
> +        _ident=$($_cc | head -n1)
> +        _flags="-nologo -ignore 4509"
>      elif $_cc 2>&1 | grep -q Microsoft; then
>          _type=msvc
>          _ident=$($cc 2>&1 | head -n1)
> 

Looks ok.
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to