Hi!
I am using VLC on ARM development board (ARM Cortex A8), and I'd like to get information about neon support. Should I set any extra parameter in configure script or is it automatically detected during configuration?
As I experienced from log messages, the x264 encoder uses (or trying to use) neon features while encoding a video stream, but I am not sure about what other modules/plugins are using it somewhere else.
I tried "--enable-neon" switch, but I do not know whether it has any effect on compiling...
Thanks,
biga.