Add JNI target (not built by default)

This commit is contained in:
Chris Cannam
2014-05-03 13:28:58 +01:00
parent 24c9507170
commit 7966b86250
3 changed files with 33 additions and 5 deletions

View File

@@ -103,7 +103,7 @@ public class RubberBandStretcher
public static final int PercussiveOptions = 0x00102000;
static {
System.loadLibrary("rubberband");
System.loadLibrary("rubberband-jni");
}
};