ffmpeg-android-java icon indicating copy to clipboard operation
ffmpeg-android-java copied to clipboard

CpuArch sha

Open kohiyadav opened this issue 6 years ago • 0 comments

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

kohiyadav avatar May 22 '19 09:05 kohiyadav