[FFmpeg-cvslog] configure: Warn when inline asm is disabled for ICL

Michael Niedermayer git at videolan.org
Tue Oct 15 16:45:48 CEST 2013


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Tue Oct 15 15:52:27 2013 +0200| [51df6169091bfdc0b3f69b64683f11a13854803a] | committer: Michael Niedermayer

configure: Warn when inline asm is disabled for ICL

See Ticket3048

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=51df6169091bfdc0b3f69b64683f11a13854803a
---

 configure |    1 +
 1 file changed, 1 insertion(+)

diff --git a/configure b/configure
index f2f5554..1d32ca9 100755
--- a/configure
+++ b/configure
@@ -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



More information about the ffmpeg-cvslog mailing list