-
ubuntu 18.04.1, ndk r13b, cmake 3.10, FFmpeg 3.4.5, libx265-2.7, libfdk-aac-0.1.6, x264-snapshot-20180927-2245
-
安装依赖库
sudo apt-get install autoconf automake build-essential cmake cmake-curses-gui git-core libass-dev libfreetype6-dev libtool libvorbis-dev pkg-config texinfo wget zlib1g-dev mercurial yasm nasm
-
对libx265-2.7 进行修改
进入 在 libx265 目录下找到 source 目录并打开里面的CMakeLists.txt文件:
删除或者注释:
list(APPEND PLATFORM_LIBS pthread)
-
对 libfdk-aac-0.1.6 进行修改
进入 在 libfdk-aac 目录下找到 m4 目录并打开里面的 libtool.m4 文件: 全局搜索
so.1
替换为so
全局搜索$versuffix
,替换为空字符 全局搜索$major
,,替换为空字符 -
在https://github.com/mabeijianxi/FFmpeg4Android 脚本基础上添加了x265并做了一些修改。
-
谨慎调整各库的版本,以知FFmpeg4是不能编译能过。
-
Notifications
You must be signed in to change notification settings - Fork 4
liaoheng/FFmpegAndoird
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
FFmpeg & fdk-aac & x264 & x265
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published