Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
upd ffmpeg with LGPL build. x264 -> openh264. cut out all others libs
  • Loading branch information
kesha-antonov committed Jul 11, 2017
commit 03e68476464c79901c85ec2c1e61275fceb2aa5f
Binary file modified FFmpegAndroid/assets/armeabi-v7a/ffmpeg
Binary file not shown.
Binary file modified FFmpegAndroid/assets/x86/ffmpeg
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
import android.text.TextUtils;

enum CpuArch {
x86("7693f23bdd7e615aa47c039b153365d8b0766065"),
ARMv7("ca5ef0448c031e3fff7f1bbeeca9f60987ff67d3"),
x86("a1b90d18322f4a2efa1267f7a625f58706ed0a7d"),
ARMv7("51cbc41b813661305ee58652a1c36d8bb0141467"),
NONE(null);

private String sha1;
Expand Down