Hi!
I have built vlc-android successfully with NEON option - it builds like a charm, many thanks to all developers involved! However, it turns out that the greatest Android tablet - Motorola Xoom - does not have NEON instruction set enabled in its processor. What a shame! So I rebuilt the app with NO_NEON=1 option and it works on Xoom, but very slow, much slower than a stock player that came with the tablet. What could be the problem and is it possible to improve the speed? I love VLC, and on the desktop it is faster than any other player. Could it be that the reason for sluggishness is the debug mode build instead of release? The app builds as VLC-debug.apk, so it is apparently a debug build. Would it be faster if I would build it in release mode? If so, how would I do that? What flags or options should I modify?
Please advise,
Vladimir