[Android] [RFC] jni: maintain libvlc options from java side

Rafaël Carré funman at videolan.org
Wed Jul 10 11:40:12 CEST 2013


Le 10/07/2013 11:18, Zhang Rui a écrit :
> I think it is more convenient to add/remove/modify options from java
> side while debugging. JNI stuff and native rebuild is always painful
> :).

IMO it is simpler to keep them in C.

To rebuild quickly you can do:
source env.sh
make jniclean
make

> 2013/7/10 Jean-Baptiste Kempf <jb at videolan.org>:
>> OK, but Why?
>>
>> On 10 Jul, Zhang Rui wrote :
>>> ---
>>>  vlc-android/jni/libvlcjni.c                     | 76 ++++++++++++-------------
>>>  vlc-android/src/org/videolan/libvlc/LibVLC.java | 27 ++++++++-
>>>  2 files changed, 60 insertions(+), 43 deletions(-)


More information about the Android mailing list