I am following this guide to compile it http://wiki.videolan.org/AndroidCompile
I get this error
Code: Select all
For an ARMv7-A device without NEON, you need a build without NEON:
$ export NO_NEON=1
For an ARMv6 device without FPU, you need a build without FPU:
$ export NO_FPU=1
For an ARMv5 device or the Android emulator, you need an ARMv5 build:
$ export NO_ARMV6=1
If you plan to use a release build, run 'compile.sh release'
VLC source not found, cloning
Cloning into 'vlc'...
remote: Counting objects: 384954, done.
remote: Compressing objects: 100% (78031/78031), done.
remote: Total 384954 (delta 310132), reused 379014 (delta 305106)
Receiving objects: 100% (384954/384954), 200.46 MiB | 912 KiB/s, done.
Resolving deltas: 100% (310132/310132), done.
fatal: git checkout: updating paths is incompatible with switching branches.
Did you intend to checkout '11f08a58d0f' which can not be resolved as commit?
I am using Gentoo Linux to compile this.
Thanks,
Ed