@f8df15cd3965 我在linux編譯17c和19c都不行,
開(kāi)始配置arm64-v8a版本
aarch64-linux-android-gcc is unable to create an executable file.
C compiler test failed.
If you think configure made a mistake, make sure you are using the latest
version from Git. If the latest version fails, report the problem to the
ffmpeg-user@ffmpeg.org mailing list or IRC #ffmpeg on irc.freenode.net.
Include the log file "ffbuild/config.log" produced by configure as this will help
solve the problem.
Makefile:160: /tests/Makefile: No such file or directory
make: *** No rule to make target '/tests/Makefile'. Stop.
開(kāi)始編譯并安裝arm64-v8a版本
Makefile:160: /tests/Makefile: No such file or directory
make: *** No rule to make target '/tests/Makefile'. Stop.
Makefile:160: /tests/Makefile: No such file or directory
make: *** No rule to make target '/tests/Makefile'. Stop.
開(kāi)始配置x86版本
i686-linux-android-gcc is unable to create an executable file.
ffmpeg android ndk編譯,還是用的gcc,不會(huì)配置clang版的。因?yàn)間oogle在 NDK R19C中把GCC刪除了。本來(lái)想著能不能配置出用clang編譯ffmpeg,可是折騰了半天還是不行,于是還是用gcc吧。。支持gcc版本的最高的n...