ffmpeg | branch: master | James Almer <jamr...@gmail.com> | Tue Sep 26 17:01:21 2017 -0300| [932e28b13e9ae29262dfd28419b700e03716e85e] | committer: James Almer
Merge commit '24d5680bbc01fc124709d522d348572ad4672563' * commit '24d5680bbc01fc124709d522d348572ad4672563': configure: Simplify inline asm check with appropriate helper function Merged-by: James Almer <jamr...@gmail.com> > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=932e28b13e9ae29262dfd28419b700e03716e85e --- configure | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/configure b/configure index 74c754d91a..3bd9e7a342 100755 --- a/configure +++ b/configure @@ -5308,9 +5308,7 @@ EOF sym=$($nm $TMPO | awk '/ff_extern/{ print substr($0, match($0, /[^ \t]*ff_extern/)) }') extern_prefix=${sym%%ff_extern*} -check_cc <<EOF && enable_weak inline_asm -void foo(void) { __asm__ volatile ("" ::); } -EOF +check_inline_asm inline_asm '"" ::' _restrict= for restrict_keyword in restrict __restrict__ __restrict; do ====================================================================== _______________________________________________ ffmpeg-cvslog mailing list ffmpeg-cvslog@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog