Error In Building Ffmpeg-3.4 With Android-ndk-16.1
Trying to compile the FFMPEG-3.4 with Android-NDK-16.1. Compiling the source on Mac. Getting below Warnings/Errors: WARNING: /Users/strehan/Library/Android/sdk/ndk-bundle/toolchai
Solution 1:
Your build script is out of date and not compatible with modern NDKs (it doesn't follow https://android.googlesource.com/platform/ndk/+/master/docs/UnifiedHeaders.md#supporting-unified-headers-in-your-build-system).
I'd recommend saving yourself some trouble and using a standalone toolchain to handle the organizational bits for you.
Post a Comment for "Error In Building Ffmpeg-3.4 With Android-ndk-16.1"