Skip to content
Snippets Groups Projects

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

  1. Jun 23, 2021
    • Alexandre Janniaux's avatar
      src/Makefile.am: export JNI_OnLoad/Unload for android · f496362d
      Alexandre Janniaux authored
      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.
      f496362d
Loading