i tried to compile LibVLC for android on ubuntu 16.04 and got the follwing error:
priv.c:122: error: undefined reference to 'hw_get_module'
clang++: error: linker command failed with exit code 1 (use -v to see invocation) make: *** [private_libs/obj/local/armeabi-v7a/libanw.10.so] Error 1
Have latest vlc - android from git and android sdk 23, android ndk 13.
My first attempt was to add APP_STL := stlport_static to the Application.mk but this didnt fix the problem.
Please, can someone help?
Kind regards