updated jni example opening common decode library
This commit is contained in:
@@ -49,7 +49,7 @@ public class IRDecode {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private IRDecode() {
|
private IRDecode() {
|
||||||
String libPath = "/data/irext/ir_decode_0.2.1-linux-x64.so";
|
String libPath = "/data/irext/libirda_decoder.so";
|
||||||
System.out.println("loading decode library " + libPath);
|
System.out.println("loading decode library " + libPath);
|
||||||
System.load(libPath);
|
System.load(libPath);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user