Skip to content

Commit 4913b29

Browse files
Updated assets
1 parent d237915 commit 4913b29

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed
-164 KB
Binary file not shown.
-168 KB
Binary file not shown.

FFmpegAndroid/assets/x86/ffmpeg

-984 KB
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("8eb744a10148314e5be8f2b538782a0ce3363fc1"),
7-
ARMv7("1224f5a941482b56c16f89a97b6b79ba0ff03804"),
8-
ARMv7_NEON("b46a0e1145ba7f59d69bb93c0b3348c58c735870"),
6+
x86("f04974831890b3750761e487f3e4b0d9bdb688a1"),
7+
ARMv7("3f4580bce9187f94b6cf8ef530074ef0975cb476"),
8+
ARMv7_NEON("fc544c42cf0ef993c0b55463807e5c68cd323c93"),
99
NONE(null);
1010

1111
private String sha1;

0 commit comments

Comments
 (0)