On Fri, Nov 16, 2012 at 11:19:48PM +0000, Mans Rullgard wrote:
> --- a/configure
> +++ b/configure
> @@ -2666,6 +2670,17 @@ elif enabled avr32; then
>          ;;
>      esac
>  
> +elif enabled aarch64; then
> +
> +    case $cpu in
> +        armv*)
> +            cpuflags="-march=$cpu"
> +        ;;
> +        *)
> +            cpuflags="-mcpu=$cpu"
> +        ;;
> +    esac
> +
>  fi
>  
>  add_cflags $cpuflags

Since this is a variant of ARM I think it would make sense to place it
after the ARM section in that if/elif block; otherwise LGTM.

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

Reply via email to