On Tue, Jan 24, 2017 at 6:12 PM, Diego Biurrun <[email protected]> wrote:
> ---
>  configure | 4 +---
>  1 file changed, 1 insertion(+), 3 deletions(-)
>
> diff --git a/configure b/configure
> index f7436c5..c543c05 100755
> --- a/configure
> +++ b/configure
> @@ -4165,9 +4165,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
> --

Is the change just a more succinct check or is there a particular reason for it?
-- 
Vittorio
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to