diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-10-15 15:52:27 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-10-15 16:34:29 +0200 |
commit | 51df6169091bfdc0b3f69b64683f11a13854803a (patch) | |
tree | 6a3d685b939df6c9da465ccdc53230f20023a8a9 /configure | |
parent | 1120fd7852cb7c2d1fdc60db4901ce41062b0f20 (diff) | |
download | ffmpeg-51df6169091bfdc0b3f69b64683f11a13854803a.tar.gz |
configure: Warn when inline asm is disabled for ICL
See Ticket3048
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |