Pete
Pete
Try using inject.x64.exe instead
I'm having the exact same issue as OP trying to build ffmpeg for android-arm64 on Mac. After x265 EOF it just stops and doesn't continue to build the ffmpeg library....
Ok so the reason it was exiting with no error is the `set -eu` in the parent cppbuild.sh. It now continues to build ffmpeg although I do get libx265 not...
Likewise, I changed `new String[] { "title", "begin", "end", "allDay"}, "Calendars._id=" + id,` to `new String[] { "title", "begin", "end", "allDay"}, CalendarContract.Events.CALENDAR_ID+"=" + id,` Now it doesn't crash