mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
configure: Warn when inline asm is disabled for ICL
See Ticket3048 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
1120fd7852
commit
51df616909
1
configure
vendored
1
configure
vendored
@ -4560,6 +4560,7 @@ elif enabled_any msvc icl; then
|
||||
add_cflags -Qansi-alias
|
||||
# icl will pass the inline asm tests but inline asm is currently
|
||||
# not supported (build will fail)
|
||||
disabled inline_asm || warn "inline asm disabled due to issues with it in ICL"
|
||||
disable inline_asm
|
||||
fi
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user