OpenCVwithUVC icon indicating copy to clipboard operation
OpenCVwithUVC copied to clipboard

Android NDK: APP_STL gnustl_shared is no longer supported

Open karrirasinmaki opened this issue 3 years ago • 0 comments

Hi,

in this PR I have updated deprecated gnustl_shared to c++_shared. Library gnustl_shared is no longer supported and the project cannot be built using it.

Sorry to include other changes as well I did before trying this project on my own.

I think necessary changes are in files:

  • opencv/src/main/java/com/serenegiant/opencv/ImageProcessor.java
  • opencv/src/main/jni/Application.mk

karrirasinmaki avatar Oct 16 '20 05:10 karrirasinmaki