On Sat, 9 Aug 2014, 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"
Amended locally with a description of what error 4509 is ("This form of conditional instruction is deprecated").
(Also amended and removed the stray space before ; in "elif .. ; then". // Martin _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
