Skip to content

Commit 9758fa7

Browse files
Updated FFmpeg Binaries
1 parent 6c9a125 commit 9758fa7

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

FFmpegAndroid/assets/x86/ffmpeg

0 Bytes
Binary file not shown.

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("cbc1a2b2f1b832265e030f77ce1a25f5c7e0d11a"),
7-
ARMv7("93deccc6257ade540302fcd2a08a04cff7bc3f21"),
8-
ARMv7_NEON("ca1729aba3c5a4cb802d3fc0deca80a5c45ea0b8"),
6+
x86("a0f523f4fce7e4a4b0ad1e86dfa5c3d54ac93b91"),
7+
ARMv7("6b9b3d574740d69fd50fd6d75e04c71ae3a95c72"),
8+
ARMv7_NEON("ac0418277061dc8b7547fee51e3e84457069806e"),
99
NONE(null);
1010

1111
private String sha1;

0 commit comments

Comments
 (0)