【发布时间】:2011-11-20 03:33:10
【问题描述】:
我从链接下载了 ffmpeg-android:http://bambuser.com/opensource
我按照该下载文件夹中的自述文件中给出的步骤进行操作。
我尝试使用 android NDK r5 和 r6 编译 ffmpeg,但得到了相同的错误,如下所示:
arm-linux-androideabi-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 SVN. If the latest version fails, report the problem to the
ffmpeg-user@mplayerhq.hu mailing list or IRC #ffmpeg on irc.freenode.net.
Include the log file "config.log" produced by configure as this will help
solving the problem.
Cygwin 版本: 1.7.9
请有人帮我解决它。
【问题讨论】:
-
你可能也应该添加你的构建环境(你说的是 Cygwin?哪个版本?哪个版本的 make,等等)
标签: android android-ndk ffmpeg cygwin