-
Notifications
You must be signed in to change notification settings - Fork 744
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
android-arm and android-x86 binaries are missing for latest ffmpeg #1483
Comments
And do you need them?
|
Yes, otherwise I'm stuck using 6.0-1.5.9 |
Let's see how many other users need this... |
Admittedly x86 is less of a concern as most devices still run arm64 and arm, but there's still some devices running x86 (and I can't find any that run x64) |
@saudet https://developer.android.com/topic/arc/device-support#overview The official recommendation from Google "Ideally, all apps and games with native code ship with all four major Android ABIs (Application Binary Interfaces): armeabi-v7a (arm32), arm64-v8a (arm64), x86 (x86_32), and x86_64" |
I need android-arm. Many cheaper Android phones still use armeabi-v7a. I am setting up a Linux environment to try to build this myself |
Suggest retaining 32-bit |
Looking at https://repo.maven.apache.org/maven2/org/bytedeco/ffmpeg/6.1.1-1.5.10/ it seems there's no android-arm or android-x86 builds, unlike the previous version at https://repo.maven.apache.org/maven2/org/bytedeco/ffmpeg/6.0-1.5.9/
The text was updated successfully, but these errors were encountered: