[MPlayer-dev-eng] [PATCH] Add support for AArch64 architecture (64-bit ARM)
Reimar Döffinger
Reimar.Doeffinger at gmx.de
Sun Jan 18 19:08:11 CET 2015
On Fri, Jan 16, 2015 at 11:17:39PM +0100, Marcin Juszkiewicz wrote:
> As I got X11 running on AArch64 hardware I decided to use my
> standard test and play something with MPlayer. Following patch
> is all what was needed.
Seems fine, but I think you could have tested even before that using
-vo fbdev ;)
> Index: configure
> ===================================================================
> --- configure (revision 37360)
> +++ configure (working copy)
> @@ -1724,6 +1724,7 @@
> nios2) host_arch=nios2 ;;
> vax) host_arch=vax ;;
> xtensa*) host_arch=xtensa ;;
> + aarch64*) host_arch=aarch64 ;;
> *) host_arch=UNKNOWN ;;
> esac
> }
> @@ -2668,6 +2669,10 @@
> arch='arc'
> iproc='arc'
> ;;
> + aarch64)
> + arch='aarch64'
> + iproc='aarch64'
> + ;;
This won't run the tests for and enable NEON/VFP though.
I admit that I don't know if the VFP/NEON code we have will
just work for AArch64, but maybe worth testing instead of
adding support without even basic asm support?
More information about the MPlayer-dev-eng
mailing list