简体   繁体   中英

FFmpeg fails to be built for android

I'm trying to build FFmpeg for android, everything works just fine until the build of build_android.sh , I get at the end :

/bin/sh: 1: cd: can't cd to ../ffmpeg-build/armeabi/lib
make: *** [install-libavresample-shared] Error 2
make: *** Waiting for unfinished jobs....
/bin/sh: 1: cd: can't cd to ../ffmpeg-build/armeabi/lib
make: *** [install-libavutil-shared] Error 2
/bin/sh: 1: cd: can't cd to ../ffmpeg-build/armeabi/lib
make: *** [install-libswresample-shared] Error 2

I've been inspecting this for a while but couldn't figure out where the problem is..

Any help will be very appreciated. Thank you.

Try This ...This is to run ffmpeg commands on android armeabi and armv7-a devices. Link

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM