updated embeded, windows and jni examples

This commit is contained in:
strawmanbobi
2019-06-16 22:04:20 +08:00
parent c78ae1be69
commit 348cd663d1
17 changed files with 549 additions and 52 deletions

View File

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