mips下(ubuntu )编译ffmpeg时会报错
gnu/stubs-n64_hard_2008.h: No such file or directory
经多方查找,终于找到答案:
./configure --disable-mips64r6 --disable-loongson3 --disable-mmi
在麒麟v10(ubuntu 16.04)下,后面两个配置也很关键
对应错误 DECLARE_VAR_ALL64 undeclared
opcode not supported on this processor mips64r2
本文介绍在MIPS架构的Ubuntu系统中遇到的ffmpeg编译错误,并提供了解决方案,通过添加特定的配置选项来避免错误的发生。
2799





