[Android] Update help msg for ARMv5&6
Geoffrey Métais
git at videolan.org
Tue Feb 10 12:34:38 CET 2015
vlc-ports/android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Tue Feb 10 12:00:45 2015 +0100| [b52a16e2140f7b185f22efb2ca6845f19097b9ee] | committer: Geoffrey Métais
Update help msg for ARMv5&6
> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=b52a16e2140f7b185f22efb2ca6845f19097b9ee
---
compile-libvlc.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/compile-libvlc.sh b/compile-libvlc.sh
index 28c29c8..65bdf2b 100755
--- a/compile-libvlc.sh
+++ b/compile-libvlc.sh
@@ -229,9 +229,9 @@ if [ "${ANDROID_ABI}" = "armeabi-v5" ];then
fi
[ "${ANDROID_ABI}" = "armeabi" ] && cat << EOF
For an ARMv6 device without FPU:
-$ export ANDROID_ABI="armeabi-nofpu"
+use "-a armeabi-nofpu"
For an ARMv5 device:
-$ export ANDROID_ABI="armeabi-v5"
+use "-a armeabi-v5"
EOF
# Set up ABI variables
More information about the Android
mailing list