From e853945f53fcda9679554156575cd4fc607b412d Mon Sep 17 00:00:00 2001 From: strawmanbobi Date: Sun, 6 Oct 2019 16:40:21 +0800 Subject: [PATCH] updated jni example opening common decode library --- jni-example/decodesdk/src/net/irext/decode/sdk/IRDecode.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jni-example/decodesdk/src/net/irext/decode/sdk/IRDecode.java b/jni-example/decodesdk/src/net/irext/decode/sdk/IRDecode.java index 8a656ae..1bfb76e 100644 --- a/jni-example/decodesdk/src/net/irext/decode/sdk/IRDecode.java +++ b/jni-example/decodesdk/src/net/irext/decode/sdk/IRDecode.java @@ -49,7 +49,7 @@ public class 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.load(libPath); }