Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/quite/humla.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorAndrew Comminos <andrewcomminos@gmail.com>2014-02-27 11:51:39 +0400
committerAndrew Comminos <andrewcomminos@gmail.com>2014-02-27 11:51:39 +0400
commit1da3c3998052c57907fcbe3f59245153f0fad041 (patch)
treee30778b3b1b43c3898424afafdd8563152e03406 /tools
parent9ff5760a41efb50e4e4e82d72ed101b08d7fe7ef (diff)
Fixed implementation of audio bitrate control, upgraded javacpp.
Diffstat (limited to 'tools')
-rwxr-xr-xtools/jnigen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/jnigen.sh b/tools/jnigen.sh
index e715908..d5d7d58 100755
--- a/tools/jnigen.sh
+++ b/tools/jnigen.sh
@@ -5,7 +5,7 @@ if [ "$1" == "--build" ]; then
./gradlew assembleDebug
fi
-java -jar tools/javacpp-0.6.jar -cp build/classes/debug/ -d jni/ -nocompile com.morlunk.jumble.audio.javacpp.*
+java -jar tools/javacpp-0.7.jar -cp build/classes/debug/ -d jni/ -nocompile com.morlunk.jumble.audio.javacpp.*
if [ "$1" == "--build" ]; then
# Build native libs