-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
ffmpeg recipe is broken on ndk19 #1996
Comments
If helps to someone else, in ubuntu 19.04 for success compiling ffmpeg was necessary change the file buildozer.spec to use the python-for-android development branch.
The error was related to arm-linux-androideabi-gcc not detected, due to that buildozer project now forces to use the latest ndk 19b and as i can see the clang fixes for the ffmpeg recipe are only in the develop branch. Regards. |
@oukiar that helped me as well, thanks for the tip! @AndreMiras when would we expect this to be moved to the stable branch? |
We don't have a planned release, ideally we should release often, but we don't 😬 |
this literally saved my life. thank you so much! |
Versions
Description
ffmpeg recipe that was building fine on
ndk 17c
now fails withndk 19b
(currentp4a==develop
recommended ndk)The error is related to
gcc
. (starting fromndk 18x
support togcc
was removed)ffmpeg
recipe should be updated to use clang.The text was updated successfully, but these errors were encountered: