美文网首页
ijkplayer 二次编译

ijkplayer 二次编译

作者: 唯一很无敌 | 来源:发表于2019-07-18 09:33 被阅读0次

编译环境

步骤

  • 拉取代码并切换对应版本的分支
  • 修改 ijkplayer 支持的格式
  • 初始化 openSSL 和 FFMPEG
  • 开始编译
git clone https://github.com/Bilibili/ijkplayer.git ijkplayer-android
cd ijkplayer-android
git checkout -B k0.8.8

cd config
rm module.sh
ln -s module-default.sh module.sh

./init-android-openssl.sh
./init-android.sh

cd android/contrib
./compile-openssl.sh clean
./compile-ffmpeg.sh clean
./compile-openssl.sh all
// 暂停一下,这里有坑1
./compile-ffmpeg.sh all
cd ..
// 暂停一下,这里有坑2
./compile-ijk.sh all

我遇到的坑

1、linux/perf_event.h: No such file or directory
2、yasm/nasm not found or too old. Use --disable-yasm for a crippledbuild

相关文章

网友评论

      本文标题:ijkplayer 二次编译

      本文链接:https://www.haomeiwen.com/subject/tdhklctx.html