[MPlayer-dev-eng] [PATCH] Added support for arm64

Roberto Togni rxt at rtogni.it
Sun Sep 27 17:33:11 CEST 2015


On Wed, 16 Sep 2015 10:51:07 +0100
jpinto <Joao.Pinto at synopsys.com> wrote:

> Signed-off-by: Joao Pinto <jpinto at synopsys.com>
> Tested-by: Joao Pinto <jpinto at synopsys.com>
> ---
>  configure | 5 +++++
>  1 file changed, 5 insertions(+)
> 
> diff --git a/configure b/configure
> index 722b8a4..d17e61e 100755
> --- a/configure
> +++ b/configure
> @@ -2493,6 +2493,11 @@ EOF
>      arch='generic'
>      ;;
>  
> +  aarch64)
> +    arch='arm64'
> +    iproc='arm64'
> +    ;;
> +
>    *)
>      echo "The architecture of your CPU ($host_arch) is not supported by this configure script"
>      echo "It seems nobody has ported MPlayer to your OS or CPU type yet."
Hi,
 there is already an aarch64 entry in configure, with arch and iproc =
aarch64.

We can't have two architectures with the same name.

Is there any difference between your proposal and what is already in
configure?
Is your patch based on svn head or on some older version of MPlayer?

Ciao,
 Roberto


More information about the MPlayer-dev-eng mailing list