wysaid / android-gpuimage-plus

Android Image & Camera Filters Based on OpenGL.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UnsatisfiedLinkError: dlopen failed: library "libffmpeg.so" not found

ahmadbajwa8282 opened this issue · comments

Fatal Exception: java.lang.UnsatisfiedLinkError: dlopen failed: library "libffmpeg.so" not found
at java.lang.Runtime.loadLibrary0(Runtime.java:1091)
at java.lang.Runtime.loadLibrary0(Runtime.java:1011)
at java.lang.System.loadLibrary(System.java:1664)
at org.wysaid.nativePort.NativeLibraryLoader.load(NativeLibraryLoader.java:10)
at org.wysaid.nativePort.CGEImageHandler.(CGEImageHandler.java)
at org.wysaid.view.ImageGLSurfaceView.onSurfaceCreated(ImageGLSurfaceView.java:17)
at android.opengl.GLSurfaceView$GLThread.guardedRun(GLSurfaceView.java:1541)
at android.opengl.GLSurfaceView$GLThread.run(GLSurfaceView.java:1272)

Did this happen with the repo builtin demo?

No In my production app.