[FFmpeg-cvslog] configure: Disable inline assembly for PathScale compilers

Diego Biurrun git at videolan.org
Tue Oct 24 02:47:59 EEST 2017


ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Fri Mar 24 20:30:22 2017 +0100| [75ef91543422049a01b594925fcdb182ea12eb09] | committer: Diego Biurrun

configure: Disable inline assembly for PathScale compilers

These compilers pass the inline assembly check, but fail to compile
our inline assembly in various ways.

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

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

diff --git a/configure b/configure
index d9609fc51a..2d84700fc7 100755
--- a/configure
+++ b/configure
@@ -5074,6 +5074,7 @@ elif enabled tms470; then
     disable inline_asm
 elif enabled pathscale; then
     add_cflags -fstrict-overflow -OPT:wrap_around_unsafe_opt=OFF
+    disable inline_asm
 elif enabled_any msvc icl; then
     enabled x86_32 && disable aligned_stack
     enabled_all x86_32 debug && add_cflags -Oy-



More information about the ffmpeg-cvslog mailing list