cropsly / ffmpeg-android-java

Android java library for FFmpeg binary compiled using https://github.com/writingminds/ffmpeg-android
http://writingminds.github.io/ffmpeg-android-java
GNU General Public License v3.0
3.32k stars 830 forks source link

CpuArch sha #331

Open kohiyadav opened 5 years ago

kohiyadav commented 5 years ago

I want to add other architecture .so file with x86, armabi-v7a. how to define them in ArmArch.java file as some enum is defined here and some value is assigned like x86("0dd4dbad305ff197a1ea9e6158bd2081d229e70e"), ARMv7("871888959ba2f063e18f56272d0d98ae01938ceb"), NONE(null);

If i want to ass x86_64 and ARMv8 then what is its value.

Please help