Skip to content

Commit fc98e95

Browse files
Updated FFmpeg binaries
1 parent 554f31b commit fc98e95

File tree

6 files changed

+5
-12
lines changed

6 files changed

+5
-12
lines changed
Binary file not shown.
0 Bytes
Binary file not shown.

FFmpegAndroid/assets/x86/ffmpeg

4 KB
Binary file not shown.
Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
1-
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
2-
package="com.github.hiteshsondhi88.libffmpeg">
1+
<manifest package="com.github.hiteshsondhi88.libffmpeg">
32

4-
<application
5-
android:label="@string/app_name">
6-
</application>
3+
<application />
74

85
</manifest>

FFmpegAndroid/src/main/java/com/github/hiteshsondhi88/libffmpeg/CpuArch.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
import android.text.TextUtils;
44

55
enum CpuArch {
6-
x86("a0f523f4fce7e4a4b0ad1e86dfa5c3d54ac93b91"),
7-
ARMv7("6b9b3d574740d69fd50fd6d75e04c71ae3a95c72"),
8-
ARMv7_NEON("ac0418277061dc8b7547fee51e3e84457069806e"),
6+
x86("1b3daf0402c38ec0019ec436d71a1389514711bd"),
7+
ARMv7("e27cf3c432b121896fc8af2d147eff88d3074dd5"),
8+
ARMv7_NEON("9463c40e898c53dcac59b8ba39cfd590e2f1b1bf"),
99
NONE(null);
1010

1111
private String sha1;

FFmpegAndroid/src/main/res/values/strings.xml

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)