File tree 2 files changed +4
-2
lines changed 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 13
13
implementation 'com.excellence:ffmpeg-java:_latestVersion'
14
14
15
15
// 部分引用,使用想要的CPU架构的可执行文件
16
- implementation 'com.excellence:ffmpeg-armeabi :_latestVersion'
16
+ implementation 'com.excellence:ffmpeg-arm64-v8a :_latestVersion'
17
17
implementation 'com.excellence:ffmpeg-armv7a:_latestVersion'
18
18
implementation 'com.excellence:ffmpeg-x86:_latestVersion'
19
19
```
@@ -251,6 +251,7 @@ FFmpeg.destroy()
251
251
252
252
| 版本 | 描述 |
253
253
| --- | ---- |
254
+ | [1.2.3][FFmpeg1.2.3] | 增加CPU架构 **2021-5-30** |
254
255
| [1.2.2][FFmpeg1.2.2] | 修复任务偶尔不执行 **2019-8-15** |
255
256
| [1.2.1][FFmpeg1.2.1] | 设置armeabi为默认的CPU架构 **2019-5-29** |
256
257
| [1.2.0][FFmpeg1.2.0] | 新增armeabi架构,分离ffmpeg可执行文件 **2019-5-21** |
@@ -283,6 +284,7 @@ FFmpeg.destroy()
283
284
284
285
<!-- 版本 -->
285
286
287
+ [FFmpeg1.2.2]:https://bintray.com/veizhang/maven/ffmpeg/1.2.3
286
288
[FFmpeg1.2.2]:https://bintray.com/veizhang/maven/ffmpeg/1.2.2
287
289
[FFmpeg1.2.1]:https://bintray.com/veizhang/maven/ffmpeg/1.2.1
288
290
[FFmpeg1.2.0]:https://bintray.com/veizhang/maven/ffmpeg/1.2.0
Original file line number Diff line number Diff line change 1
1
ext {
2
2
groupId = ' com.excellence'
3
- publishVersion = ' 1.2.2 '
3
+ publishVersion = ' 1.2.3 '
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