[MPlayer-dev-eng] [PATCH] Add support for AArch64 architecture (64-bit ARM)
Marcin Juszkiewicz
mjuszkiewicz at redhat.com
Fri Jan 16 23:17:39 CET 2015
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.
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'
+ ;;
*)
echo "The architecture of your CPU ($host_arch) is not supported by this configure script"
More information about the MPlayer-dev-eng
mailing list