aqavi_paracha
aqavi_paracha

Reputation: 1131

android ffmpeg compilation error

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

Answers (1)

sgauria
sgauria

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

Related Questions