compilation of vlc-sdk doesn't work when doing android compilation
I followed steps from this link: https://wiki.videolan.org/AndroidCompile the build completes without errors. But after I execute make .sdk 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 during the compile process.
forum post about this https://forum.videolan.org/viewtopic.php?f=35&t=123647&p=415580
Andrey