【发布时间】:2014-03-24 03:17:02
【问题描述】:
我想编译 ffmpeg 以在 android 中使用。当我使用“make”命令时,一个错误显示如下:
arm-linux-androideabi/bin/ld.exe: error: libavdevice/libavdevice.so:1:1: syntax error, unexpected '!', expecting $end
我该如何解决它。
【问题讨论】:
-
听起来你没有setup a standalone toolchain。你给
./configure传递了什么参数?
标签: android windows android-ndk ffmpeg cygwin