Skip to content

Commit

Permalink
update tool
Browse files Browse the repository at this point in the history
  • Loading branch information
USBhost committed Dec 11, 2020
1 parent e4c79d3 commit d35356b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ffmpeg/JNI/ENV
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
CPU_CORE="$(nproc --all)"
NDK=/mnt/host/android-ndk-r20b
NDK=/mnt/host/XDA/android-ndk-r20b
2 changes: 1 addition & 1 deletion ffmpeg/JNI/libs/tool
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
v="1.25.0";
v="1.32.0";

mv ./armeabi-v7a/neon/libffmpeg.mx.so libffmpeg.mx.so.neon.$v;
mv ./arm64-v8a/libffmpeg.mx.so libffmpeg.mx.so.neon64.$v;
Expand Down

0 comments on commit d35356b

Please sign in to comment.