formalized JNI library name

This commit is contained in:
strawmanbobi
2025-10-07 18:48:12 +08:00
parent ade156ea91
commit 33d14ac3fa

View File

@@ -56,7 +56,7 @@ public class IRDecode {
} }
private IRDecode() { private IRDecode() {
String libPath = "/data/irext/libirda_decoder.so"; String libPath = "/data/irext/libir_decoder.so";
System.out.println("loading decode library " + libPath); System.out.println("loading decode library " + libPath);
System.load(libPath); System.load(libPath);
} }