Skip to content

Draft: src/Makefile.am: export JNI_OnLoad/Unload for android

Those functions need to be exported and visible for the Android loader to call them when the native library is loaded. This is optional when libvlccore is built statically since there's no linkage anyway, but mandatory as soon as we're building a dynamic libvlccore.so.

Edited by Jean-Baptiste Kempf

Merge request reports