[vlc-devel] [PATCH] android/jni: use a libvlcjni function to attach/detach java thread

Edward Wang edward.c.wang at compdigitec.com
Mon Nov 10 18:58:59 CET 2014


On Mon, Nov 10, 2014 at 3:12 AM, Jean-Baptiste Kempf <jb at videolan.org> wrote:
> What is this patch?
> What's the use of posting it again?

This patch is a cherry-pick to vlc-2.2.git.

Without it this error occurs, since
72b2b969cf3daa0f548b76b10ffe7533b14c904c introduces
jni_detach_thread() in vlc-2.2.git but neglects to backport
d26fefcfa700d3a9c1b2c26f30a1667e72ac381b which declares
jni_detach_thread().

../../modules/codec/omxil/android_mediacodec.c:1012:9: error: implicit
declaration of function 'jni_detach_thread'
[-Werror=implicit-function-declaration]
         jni_detach_thread();

Regards,
  Edward Wang



More information about the vlc-devel mailing list