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

ffmpeg recipe is broken on ndk19 #1996

Closed
misl6 opened this issue Oct 2, 2019 · 4 comments
Closed

ffmpeg recipe is broken on ndk19 #1996

misl6 opened this issue Oct 2, 2019 · 4 comments

Comments

@misl6
Copy link
Member

misl6 commented Oct 2, 2019

Versions

  • Python: 3.7.1
  • OS: Ubuntu
  • Kivy: master
  • Cython: -

Description

ffmpeg recipe that was building fine on ndk 17c now fails with ndk 19b (current p4a==develop recommended ndk)

The error is related to gcc. (starting from ndk 18x support to gcc was removed)
ffmpeg recipe should be updated to use clang.

@oukiar
Copy link
Contributor

oukiar commented Jan 22, 2020

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.

p4a.branch = develop

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.

@brentpicasso
Copy link
Contributor

@oukiar that helped me as well, thanks for the tip!

@AndreMiras when would we expect this to be moved to the stable branch?

@AndreMiras
Copy link
Member

We don't have a planned release, ideally we should release often, but we don't 😬

@hakanb78
Copy link

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.

p4a.branch = develop

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.

this literally saved my life. thank you so much!

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

No branches or pull requests

5 participants