I follow the instruction at http://wiki.videolan.org/AndroidCompile and in the compile step I have error:
It seem to me there are some error with bootstrap and/or autoreconf command at vlc/contrib/android/fribidi/VLC source found
Building the contribs
Guessing build system... i686-linux-gnu
Creating configuration file... config.mak
Bootstrap completed.
Run "make" to start compilation.
Other targets:
* make install same as "make"
* make prebuilt fetch and install prebuilt binaries
* make list list packages
* make fetch fetch required source tarballs
* make fetch-all fetch all source tarballs
* make distclean clean everything and undo bootstrap
* make mostlyclean clean everything except source tarballs
* make clean clean everything
* make package prepare prebuilt packages
make: Nothing to be done for `fetch'.
cd fribidi && rm -f configure && ./bootstrap
Usable autoreconf found, running
autoreconf: `configure.ac' or `configure.in' is required
make: *** [.fribidi] Error 1
Do you have any idea what is the problem?vlc-android/vlc/contrib/android/fribidi$ ./bootstrap
Usable autoreconf found, running
autoreconf: `configure.ac' or `configure.in' is required
Thanks in advance for your help.