sekrit-twc / zimg

Scaling, colorspace conversion, and dithering library
Do What The F*ck You Want To Public License
405 stars 77 forks source link

[Android] dlopen failed: cannot locate symbol "__eqtf2" #204

Open hipersayanX opened 4 months ago

hipersayanX commented 4 months ago

This error message is shown when loading libzimg.so in Android.

07-16 18:52:46.819  2240  2256 E AndroidRuntime: FATAL EXCEPTION: qtMainLoopThread
07-16 18:52:46.819  2240  2256 E AndroidRuntime: Process: io.github.webcamoid.Webcamoid, PID: 2240
07-16 18:52:46.819  2240  2256 E AndroidRuntime: java.lang.UnsatisfiedLinkError: dlopen failed: cannot locate symbol "__eqtf2" referenced by "/data/app/io.github.webcamoid.Webcamoid-1/lib/arm64/libzimg.so"...
07-16 18:52:46.819  2240  2256 E AndroidRuntime:    at java.lang.Runtime.load0(Runtime.java:897)
07-16 18:52:46.819  2240  2256 E AndroidRuntime:    at java.lang.System.load(System.java:1505)
07-16 18:52:46.819  2240  2256 E AndroidRuntime:    at org.qtproject.qt.android.QtNative$2.run(QtNative.java:235)
07-16 18:52:46.819  2240  2256 E AndroidRuntime:    at org.qtproject.qt.android.QtThread$2.run(QtThread.java:51)
07-16 18:52:46.819  2240  2256 E AndroidRuntime:    at org.qtproject.qt.android.QtThread$1.run(QtThread.java:25)
07-16 18:52:46.819  2240  2256 E AndroidRuntime:    at java.lang.Thread.run(Thread.java:761)

Is there a way of fixing that?