]> git.sesse.net Git - ffmpeg/commit
configure: add fallback to $arch in msvc assembler check.
authorReimar Döffinger <Reimar.Doeffinger@gmx.de>
Sat, 23 Jan 2021 12:52:41 +0000 (13:52 +0100)
committerJosh Dekker <josh@itanimul.li>
Mon, 25 Jan 2021 08:09:00 +0000 (09:09 +0100)
commita16bcc13d9c9db484717c3c19980532fad11c2de
treeec4e1b9ec4adcd8e2a6d6de839798e1333c2f446
parent9e3d09f435f83f9653056b2fecc4d03ac45f3ffd
configure: add fallback to $arch in msvc assembler check.

Setting the defaults for $arch happens only later, so
the current code would not set AS correctly if --arch
was not specified on the command-line.
Fix it by adding an explicit fallback to $arch_default.

Signed-off-by: Josh Dekker <josh@itanimul.li>
configure