How to install stlport on android source 9 of VIM3 ?
Iḿ tried several ways and nothing worked so far. I need this to install V4L2-ctl.
Looks like this tool is already part of Android of VIM4. But for this project I would like to use VIM3.
How to install stlport on android source 9 of VIM3 ?
Iḿ tried several ways and nothing worked so far. I need this to install V4L2-ctl.
Looks like this tool is already part of Android of VIM4. But for this project I would like to use VIM3.
Hi @JohnGalt
Currently, the Android 9 SDK does not integrate v4L2-ctl.
If you need to use v4L2 ctl, you need to port it yourself.
Here is a Chinese article. I hope it can help you.
@william.lin thanks for the info !
I got it working with a slightly different technique:
#LOCAL_SHARED_LIBRARIES := libstlport
LOCAL_SHARED_LIBRARIES := libc++
But it is a helpful article. Thanks.