android - 为 android x86 & x86_64 架构编译 ijkplayer x264,错误 : unknown type name 'v4si'

标签 android ffmpeg android-ffmpeg x264 libx264

我正在尝试构建这个项目
https://github.com/simplepeng/ijkplayer-x264
但是为 x86 和 x86_64 架构构建 x264 失败。
问题链接:https://github.com/simplepeng/ijkplayer-x264/issues/1

最佳答案

您可以混合使用不同的体系结构进行配置和编译,并带有以下选项:
--cross-prefix=i686-linux-android- --host=arm-linux
结果 configure 认为您为 ARM 平台编译,但使用 i686-linux-android-gcc 进行交叉编译。你应该使用:
--cross-prefix=i686-linux-android- --host=i686-linux-android

关于android - 为 android x86 & x86_64 架构编译 ijkplayer x264,错误 : unknown type name 'v4si' ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/62127577/

相关文章:

c++ - ffmpeg 包含问题 - 缺少某些功能

c# - StackOverflowException 与 C# 中的进程

android - FFmpeg 错误输出文件 #0 不包含任何流

android - 具有可点击行的 GlanceAppWidget : inner elements steal focus and clicks

安卓谷歌地图。在 Locationchange 上计算移动距离并在 textview 中显示。

android - java.lang.IllegalStateException : Cannot perform this action on a not sealed instance 错误

java - 像在 Swift/iOS 中一样在 Android 中以编程方式创建 UI 和框架

php - 返回 shell_exec 作为字符串 PHP 使用 soundtouch/soundstrech 检测 BPM

ffmpeg - 由于 32 位支持,我的 Android 应用无法使用 libopenh264-2.0.0-android.so

ffmpeg - ffmpeg 仅转换 MP3 文件的最佳配置