[MPlayer-dev-eng] [PATCH] Added support for arm64
jpinto
Joao.Pinto at synopsys.com
Wed Sep 16 11:51:07 CEST 2015
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."
--
1.8.1.5
More information about the MPlayer-dev-eng
mailing list