ffmpeg 编译的时候,如果出现
warning: ARM function not 4-byte aligned: 信息,
只需要在configure 中添加 配置 --extra-cflags='-mfpu=neon'
configure参数里加一句
--extra-cflags='-mfpu=neon'
本文介绍了解决ffmpeg在ARM架构下编译时出现的警告信息的方法,通过添加特定的编译选项,确保函数对齐,提高编译质量。
ffmpeg 编译的时候,如果出现
warning: ARM function not 4-byte aligned: 信息,
只需要在configure 中添加 配置 --extra-cflags='-mfpu=neon'
configure参数里加一句
--extra-cflags='-mfpu=neon'
7624
6209
4634
3056
3542

被折叠的 条评论
为什么被折叠?