3

我正在按照AndroidFFmpeg的步骤为 Android编译FFmpeg。当我输入时./build_android.sh,我收到以下错误。

configure: WARNING: you should use --build, --host, --target
configure: WARNING: you should use --build, --host, --target
configure: WARNING: invalid host type: &
configure: WARNING: you should use --build, --host, --target
configure: WARNING: invalid host type: ffmpeg/AndroidFFmpeg/FFmpegLibrary/jni/vo-amrwbenc/../ffmpeg-build/armeabi
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... 
configure: error: unsafe absolute working directory name

我不知道出了什么问题。需要一点帮助

谢谢

4

1 回答 1

4

这个链接可能非常有用。 http://mingw-users.1079350.n2.nabble.com/configure-error-unsafe-absolute-working-directory-name-td7462094.html 显然错误是因为目录名称中的反斜杠或其他特殊字符。

于 2013-09-26T14:38:15.753 回答