Skip to content

Commit 73d285e

Browse files
Updated assets
1 parent d0b76a4 commit 73d285e

File tree

5 files changed

+3
-6
lines changed

5 files changed

+3
-6
lines changed
-724 KB
Binary file not shown.
-724 KB
Binary file not shown.

FFmpegAndroid/assets/x86/ffmpeg

-76 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("64978fa085af04a2d08907a3a853a6ed8f2f25b6"),
7-
ARMv7("b924a0ee8650f18da292a7e2ad398d2791d2966c"),
8-
ARMv7_NEON("7eb42611f316de0349edbd244440484f3b0f29bd"),
6+
x86("704756b89ba6c7ed5b95758c7064fee2f644be17"),
7+
ARMv7("a25f433a088e197aae10cadd34bcbf2660a45d07"),
8+
ARMv7_NEON("edb801d23dcf6993b3f498a878520c539ea40f30"),
99
NONE(null);
1010

1111
private String sha1;

runTests.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
#!/bin/bash
22

3-
# update android sdk
4-
android update sdk --no-ui --force
5-
63
# x86 emulator
74
echo no | android create avd -c 50M --force -n testx86 -t android-16 --abi x86
85
emulator -ports 5554,5555 -partition-size 256 -avd testx86 -no-skin -no-boot-anim -no-audio -no-window &

0 commit comments

Comments
 (0)