Skip to content
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

Open
Martmists-GH opened this issue Mar 7, 2024 · 7 comments
Open

Comments

@Martmists-GH
Copy link
Contributor

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/

@saudet
Copy link
Member

saudet commented Mar 8, 2024 via email

@Martmists-GH
Copy link
Contributor Author

Martmists-GH commented Mar 8, 2024

Yes, otherwise I'm stuck using 6.0-1.5.9

@saudet
Copy link
Member

saudet commented Mar 8, 2024

Let's see how many other users need this...

@Martmists-GH
Copy link
Contributor Author

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)

@grill2010
Copy link
Contributor

@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"

@nickgitnick
Copy link

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

@Janix520
Copy link

Suggest retaining 32-bit

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants