Skip to content
  • Thomas Guillem's avatar
    android: get JavaVM* from JNI_OnLoad · 21e3fded
    Thomas Guillem authored
    And set the JavaVM* in a libvlc var option.
    
    This will allow android modules to access a JNIEnv* even when the parent is a
    not a libvlc_media_player. This will be used for the android Keystore module
    for example.
    
    Furthermore, this simplify the libvlc API when setting an android context.
    21e3fded