File tree 6 files changed +3
-1
lines changed
FFmpeg-arm64-v8a/src/main/assets/arm64-v8a
FFmpeg-armv7a/src/main/assets/armeabi-v7a
FFmpeg-x86/src/main/assets/x86
FFmpeg-x86_64/src/main/assets/x86_64 6 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -251,6 +251,7 @@ FFmpeg.destroy()
251
251
252
252
| 版本 | 描述 |
253
253
| --- | ---- |
254
+ | [1.2.5][FFmpeg1.2.5] | 增加OpenSSL **2021-8-23** |
254
255
| [1.2.4][FFmpeg1.2.4] | 每次初始化更新FFmpeg **2021-6-29** |
255
256
| [1.2.3][FFmpeg1.2.3] | 增加CPU架构 **2021-5-30** |
256
257
| [1.2.2][FFmpeg1.2.2] | 修复任务偶尔不执行 **2019-8-15** |
@@ -285,6 +286,7 @@ FFmpeg.destroy()
285
286
286
287
<!-- 版本 -->
287
288
289
+ [FFmpeg1.2.5]:https://bintray.com/veizhang/maven/ffmpeg/1.2.5
288
290
[FFmpeg1.2.4]:https://bintray.com/veizhang/maven/ffmpeg/1.2.4
289
291
[FFmpeg1.2.3]:https://bintray.com/veizhang/maven/ffmpeg/1.2.3
290
292
[FFmpeg1.2.2]:https://bintray.com/veizhang/maven/ffmpeg/1.2.2
Original file line number Diff line number Diff line change 1
1
ext {
2
2
groupId = ' com.excellence'
3
- publishVersion = ' 1.2.4 '
3
+ publishVersion = ' 1.2.5 '
4
4
desc = ' android执行FFmpeg命令'
5
5
website = ' https://github.com/VeiZhang/AndroidFFmpeg'
6
6
}
You can’t perform that action at this time.
0 commit comments