[vlc-devel] [PATCHES] add support for arm64

Rémi Denis-Courmont remi at remlab.net
Tue Oct 8 20:33:20 CEST 2013


Le mardi 8 octobre 2013 19:37:30 Felix Paul Kühne a écrit :
> Feedback on patches is welcome.

The reality is that most packages in contribs, as well as VLC itself, are 
based on autotools, or otherwise use compatible triplets. You cannot pass the 
same architecture for AArch64 as you would for AArch32, if only because 
AArch32 still needs to be supported. This is not only about NEON support in 
two contrib packages.

aarch64, while rather ugly, is much easier to support than arm64 because it 
does not match "arm*". And that is what ARM, LLVM and GCC specify. In the long 
term though, it is likely that configure scripts need to support both.

-- 
Rémi Denis-Courmont
http://www.remlab.net/




More information about the vlc-devel mailing list