Reputation: 1131
I'm following the steps at AndroidFFmpeg to compile FFmpeg
for Android. When I type ./build_android.sh
, I get the following error.
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
I'm not getting any clue of what is going wrong. Need little help
Thanks
Upvotes: 3
Views: 858
Reputation: 458
This link might be pretty useful. http://mingw-users.1079350.n2.nabble.com/configure-error-unsafe-absolute-working-directory-name-td7462094.html Apparently the error is because of backslash or other special characters in the directory name.
Upvotes: 4