]> git.sesse.net Git - ffmpeg/commitdiff
Merge commit 'b9ea301e02472d0982b0fa0f80294bd95885bde8'
authorJames Almer <jamrial@gmail.com>
Fri, 30 Mar 2018 00:06:25 +0000 (21:06 -0300)
committerJames Almer <jamrial@gmail.com>
Fri, 30 Mar 2018 00:06:25 +0000 (21:06 -0300)
* commit 'b9ea301e02472d0982b0fa0f80294bd95885bde8':
  configure: Use a more sensible suffix for x86 assembly tempfiles

Merged-by: James Almer <jamrial@gmail.com>
1  2 
configure

diff --cc configure
index d233d1ed9ebbe04d7089138572d179360890f44b,2dc7dd3f8c2a7172ca0d4e26cc8bee483316d1b9..0beeb43f071f4389d5bd4eeec25ba3e6b3ca961e
+++ b/configure
@@@ -1029,10 -846,10 +1029,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 -Werror "$@" -o $TMPO $TMPS
 -    test_cmd $x86asmexe $X86ASMFLAGS "$@" -o $TMPO $TMPASM
++    test_cmd $x86asmexe $X86ASMFLAGS -Werror "$@" -o $TMPO $TMPASM
  }
  
  ld_o(){