I am trying to compile VLC and put it on my android device by myself.
I followed the instruction in this page: https://wiki.videolan.org/AndroidCompile/
But things went wrong when I was compiling it.
Code: Select all
sh compile.sh
Code: Select all
make[1]: Leaving directory `/home/roliroli/git/android/vlc/contrib/android/ffmpeg'
make[1]: Entering directory `/home/roliroli/git/android/vlc/contrib/android/ffmpeg'
make[1]: Warning: File `tests/fate/wma.mak' has modification time 9e+05 s in the future
make[1]: Leaving directory `/home/roliroli/git/android/vlc/contrib/android/ffmpeg'
make[1]: Entering directory `/home/roliroli/git/android/vlc/contrib/android/ffmpeg'
make[1]: Warning: File `tests/fate/wma.mak' has modification time 9e+05 s in the future
make[1]: Leaving directory `/home/roliroli/git/android/vlc/contrib/android/ffmpeg'
make[1]: Entering directory `/home/roliroli/git/android/vlc/contrib/android/ffmpeg'
make[1]: Warning: File `tests/fate/wma.mak' has modification time 9e+05 s in the future
make[1]: Leaving directory `/home/roliroli/git/android/vlc/contrib/android/ffmpeg'
make[1]: Entering directory `/home/roliroli/git/android/vlc/contrib/android/ffmpeg'
make[1]: Warning: File `tests/fate/wma.mak' has modification time 9e+05 s in the future
make[1]: Leaving directory `/home/roliroli/git/android/vlc/contrib/android/ffmpeg'
make[1]: Entering directory `/home/roliroli/git/android/vlc/contrib/android/ffmpeg'
make[1]: Warning: File `tests/fate/wma.mak' has modification time 9e+05 s in the future
make[1]: Leaving directory `/home/roliroli/git/android/vlc/contrib/android/ffmpeg'
make[1]: Entering directory `/home/roliroli/git/android/vlc/contrib/android/ffmpeg'
make[1]: Warning: File `tests/fate/wma.mak' has modification time 9e+05 s in the future
make[1]: Leaving directory `/home/roliroli/git/android/vlc/contrib/android/ffmpeg'
make[1]: Entering directory `/home/roliroli/git/android/vlc/contrib/android/ffmpeg'
make[1]: Warning: File `tests/fate/wma.mak' has modification time 9e+05 s in the future
make[1]: Leaving directory `/home/roliroli/git/android/vlc/contrib/android/ffmpeg'
make[1]: Entering directory `/home/roliroli/git/android/vlc/contrib/android/ffmpeg'
make[1]: Warning: File `tests/fate/wma.mak' has modification time 9e+05 s in the future
make[1]: Leaving directory `/home/roliroli/git/android/vlc/contrib/android/ffmpeg'
make[1]: Entering directory `/home/roliroli/git/android/vlc/contrib/android/ffmpeg'
make[1]: Warning: File `tests/fate/wma.mak' has modification time 9e+05 s in the future
I waited it running about 10 mins but still the same output.
does anyone know how to solve this issue?
my export setting is
Code: Select all
export ANDROID_SDK=/path/to/android-sdk
export ANDROID_NDK=/path/to/android-ndk
export ANDROID_ABI=armeabi-v7a
Thank you very much.