On 07/08/14 19:13, Diego Biurrun wrote:
> Standalone GNU assembly is not used on x86.
> ---
>  configure | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/configure b/configure
> index 4d3732b..c74d910 100755
> --- a/configure
> +++ b/configure
> @@ -3774,7 +3774,7 @@ EOF
>      return 0
>  }
>  
> -if enabled asm; then
> +if enabled_any arm aarch64 || enabled_all ppc altivec && enabled asm; then
>      nogas=:
>      enabled_any arm aarch64 && nogas=die
>      enabled_all ppc altivec && nogas=warn
> 
Probably ok, a need_gas indirection might be overkill.

lu
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to