简体   繁体   English

FFmpeg无法为Android构建

[英]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 : 我正在尝试为Android构建FFmpeg,直到build_android.sh的构建一切正常为止, build_android.sh我得到了:

/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. 试试这个...这是要在android armeabi和armv7-a设备上运行ffmpeg命令。 Link 链接

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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