I've been trying to make the modifications needed to run VLC on ARMv7 devices without NEON... like Tegra 2 powered devices... I have a Viewsonic GTablet which has a Tegra 2 chipset and I've made these changes in configure.sh... if [ -z "$NO_NEON" ]; then CXX_TARGET="armeabi-v7a" ...