Skip to content

Commit

Permalink
update tool
Browse files Browse the repository at this point in the history
  • Loading branch information
USBhost committed Jun 25, 2020
1 parent 8e88320 commit 6e63970
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ffmpeg/JNI/libs/tool
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
v="1.24.0";
v="1.25.0";

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

0 comments on commit 6e63970

Please sign in to comment.