我正在嘗試在ijkplayer中構建ffmpeg,並在此鏈接後執行手動安裝https://github.com/Bilibili/ijkplayer。我下載了ndk並設置路徑併爲sdks設置路徑,然後編譯ffmpeg。在ijkplayer中構建ffmpeg
以前,它顯示了使用ndk9或更高版本,發現從後從compile-ffmpeg.sh到 do-compile-ffmpeg.sh改變。我根據ndk-11改變了文件,現在它向我展示了下面一行來指定架構。哪裏提到那個建築。
./do-compile-ffmpeg.sh
====================
[*] check env
====================
build on Darwin x86_64
ANDROID_SDK=/username/Library/Android/sdk
ANDROID_NDK=/Users/username/Documents/android-ndk-r11c
You must specific an architecture 'arm, armv7a, x86, ...'.