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.