mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
Merge commit 'b9ea301e02472d0982b0fa0f80294bd95885bde8'
* commit 'b9ea301e02472d0982b0fa0f80294bd95885bde8': configure: Use a more sensible suffix for x86 assembly tempfiles Merged-by: James Almer <jamrial@gmail.com>
This commit is contained in:
commit
3bbec8e7c2
6
configure
vendored
6
configure
vendored
@ -1029,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 -Werror "$@" -o $TMPO $TMPASM
|
||||
}
|
||||
|
||||
ld_o(){
|
||||
|
Loading…
Reference in New Issue
Block a user