fixed decode issue for new API 0.1.1

This commit is contained in:
2017-05-09 20:56:01 +08:00
parent a51640d037
commit 97e3292d97
12 changed files with 267 additions and 201 deletions

View File

@@ -76,7 +76,7 @@ JNIEXPORT jintArray JNICALL Java_net_irext_decodesdk_IRDecode_irDecode
* Method: irClose
* Signature: ()V
*/
JNIEXPORT void JNICALL Java_net_irext_decodesdk_IRDecode_irACLibClose
JNIEXPORT void JNICALL Java_net_irext_decodesdk_IRDecode_irClose
(JNIEnv *, jobject);
/*