ffmpeg-android-java
ffmpeg-android-java copied to clipboard
CpuArch sha
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