Hi,
I am trying to compile VLC for android to include it in my project. I followed steps from this link: https://wiki.videolan.org/AndroidCompile and after that I executed make .sdk and I get this message:
mkdir -p vlc-sdk/libs
cd libvlc; cp -r libs/* ../vlc-sdk/libs
cp: cannot stat `libs/*': No such file or directory
make: *** [.sdk] Error 1
lt looks like ibsvlc/libs folder is not created at all in compile process.
Can anybody help me with this?
Thnx in advance.