Skip to content

Commit 76f9f42

Browse files
committed
发布1.2.3
1 parent bbad572 commit 76f9f42

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
implementation 'com.excellence:ffmpeg-java:_latestVersion'
1414
1515
// 部分引用,使用想要的CPU架构的可执行文件
16-
implementation 'com.excellence:ffmpeg-armeabi:_latestVersion'
16+
implementation 'com.excellence:ffmpeg-arm64-v8a:_latestVersion'
1717
implementation 'com.excellence:ffmpeg-armv7a:_latestVersion'
1818
implementation 'com.excellence:ffmpeg-x86:_latestVersion'
1919
```
@@ -251,6 +251,7 @@ FFmpeg.destroy()
251251
252252
| 版本 | 描述 |
253253
| --- | ---- |
254+
| [1.2.3][FFmpeg1.2.3] | 增加CPU架构 **2021-5-30** |
254255
| [1.2.2][FFmpeg1.2.2] | 修复任务偶尔不执行 **2019-8-15** |
255256
| [1.2.1][FFmpeg1.2.1] | 设置armeabi为默认的CPU架构 **2019-5-29** |
256257
| [1.2.0][FFmpeg1.2.0] | 新增armeabi架构,分离ffmpeg可执行文件 **2019-5-21** |
@@ -283,6 +284,7 @@ FFmpeg.destroy()
283284
284285
<!-- 版本 -->
285286
287+
[FFmpeg1.2.2]:https://bintray.com/veizhang/maven/ffmpeg/1.2.3
286288
[FFmpeg1.2.2]:https://bintray.com/veizhang/maven/ffmpeg/1.2.2
287289
[FFmpeg1.2.1]:https://bintray.com/veizhang/maven/ffmpeg/1.2.1
288290
[FFmpeg1.2.0]:https://bintray.com/veizhang/maven/ffmpeg/1.2.0

ext_bintray.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ext {
22
groupId = 'com.excellence'
3-
publishVersion = '1.2.2'
3+
publishVersion = '1.2.3'
44
desc = 'android执行FFmpeg命令'
55
website = 'https://github.com/VeiZhang/AndroidFFmpeg'
66
}

0 commit comments

Comments
 (0)