]> git.sesse.net Git - ffmpeg/commitdiff
configure: Use a more sensible suffix for x86 assembly tempfiles
authorDiego Biurrun <diego@biurrun.de>
Fri, 9 Mar 2018 16:28:51 +0000 (17:28 +0100)
committerDiego Biurrun <diego@biurrun.de>
Mon, 26 Mar 2018 16:52:04 +0000 (18:52 +0200)
configure

index d8c3b555cc4ed058ef5cef0b9000574bdade71f1..2dc7dd3f8c2a7172ca0d4e26cc8bee483316d1b9 100755 (executable)
--- a/configure
+++ b/configure
@@ -846,10 +846,10 @@ check_insn(){
 
 test_x86asm(){
     log test_x86asm "$@"
-    echo "$1" > $TMPS
-    log_file $TMPS
+    echo "$1" > $TMPASM
+    log_file $TMPASM
     shift 1
-    test_cmd $x86asmexe $X86ASMFLAGS "$@" -o $TMPO $TMPS
+    test_cmd $x86asmexe $X86ASMFLAGS "$@" -o $TMPO $TMPASM
 }
 
 ld_o(){