[vlc-devel] VLC Android build broken
Rémi Denis-Courmont
remi at remlab.net
Tue Aug 7 22:56:52 CEST 2012
Le lundi 6 août 2012 01:23:24 XilasZ, vous avez écrit :
> Hmm, the .S file is build only if HAVE_NEON, but it contains both neon & v6
> no neon code (if i understand it correctly).
HAVE_NEON means the toolchain supports ARM NEON, more specifically the
assembler. It does not imply that host CPU has a NEON coprocessor or not. An
automake conditional for a run-time property wouldn't make sense anyhow.
In fact, HAVE_MMX, HAVE_SSE2 and friends operate in the same manner.
--
Rémi Denis-Courmont
http://www.remlab.net/
http://fi.linkedin.com/in/remidenis
More information about the vlc-devel
mailing list