On Fri, 24 Mar 2017, Diego Biurrun wrote:

Otherwise inline assembly may get enabled when disabled on the command line.
---
configure | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure b/configure
index 366520c..d9609fc 100755
--- a/configure
+++ b/configure
@@ -4251,7 +4251,7 @@ EOF
sym=$($nm $TMPO | awk '/ff_extern/{ print substr($0, match($0, /[^ 
\t]*ff_extern/)) }')
extern_prefix=${sym%%ff_extern*}

-check_inline_asm inline_asm '"" ::'
+! disabled inline_asm && check_inline_asm inline_asm '"" ::'

_restrict=
for restrict_keyword in restrict __restrict__ __restrict; do
--
2.1.4

Probably ok

// Martin
_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to