Android ffmpeg支持x264的编译脚本

本文详细介绍了如何在Android上编译x264库和FFmpeg,包括下载源码、配置环境变量、编写编译脚本,并提供了针对不同CPU架构的编译参数设置。
摘要由CSDN通过智能技术生成

1.编译x264:
下载最新版的x264
ftp://ftp.videolan.org/pub/videolan/x264/snapshots/
1.解压到指定的目录
2.切换当前目录为该目录
3.创建一个shell脚本build_x264.sh,内容如下:
#!/bin/bash
export NDK=/home/android/android-ndk-r14b
export SYSROOT= N D K / p l a t f o r m s / a n d r o i d − 21 / a r c h − a r m / e x p o r t T O O L C H A I N = NDK/platforms/android-21/arch-arm/ export TOOLCHAIN= NDK/platforms/android21/archarm/exportTOOLCHAIN=NDK/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64
function build_one
{
./configure
–prefix=KaTeX parse error: Expected 'EOF', got '\ ' at position 8: PREFIX \̲ ̲--enable-static…TOOLCHAIN/bin/arm-linux-androideabi-
–sysroot=$SYSROOT
–extra-cflags="-Os -fpic KaTeX parse error: Expected 'EOF', got '\ ' at position 14: ADDI_CFLAGS" \̲ ̲--extra-ldflags…ADDI_LDFLAGS"
KaTeX parse error: Expected 'EOF', got '}' at position 27: …CONFIGURE_FLAG }̲ CPU=arm PREFIX…(pwd)/android/$CPU
ADDI_CFLAGS=""
build_one

2.编译ffmpeg:
下载最新版的ffmpeg
http://ffmpeg.org/releases/ffmpeg-snapshot.tar.bz2
1.解压到指定的目录
2.切换当前目录为该目录
3.创建一个shell脚本build_android.sh,内容如下:
#!/bin/bash
export NDK_HOME=/home/android/android-ndk-r14b
function build
{
echo “start build ffmpeg for KaTeX parse error: Expected 'EOF', got '\ ' at position 37: …arget-os=linux \̲ ̲ --prefix=PREFIX --arch=KaTeX parse error: Expected 'EOF', got '\ ' at position 5: CPU \̲ ̲ --disable-doc …CROSS_COMPILE
–enable-cross-compile
–sysroot=$SYSROOT
–enable-small
–enable-protocols
–enable-libx264
–extra-cflags=”-I/home/android/libx264/include"
–extra-ldflags="-L/home/android/libx264/lib"
–extra-cflags="-Os -fpic KaTeX parse error: Expected 'EOF', got '\ ' at position 14: ADDI_CFLAGS" \̲ ̲ --extra-ldflag…ADDI_LDFLAGS"
$ADDITIONAL_CONFIGURE_FLAG
make clean
make
make install
echo “build ffmpeg for $CPU finished”
}

#arm
PLATFORM_VERSION=android-14
ARCH=arm
CPU=armeabi
PREFIX= ( p w d ) / a n d r o i d a l l / (pwd)/android_all/ (pwd)/androidall/CPU
TOOLCHAIN= N D K H O M E / t o o l c h a i n s / a r m − l i n u x − a n d r o i d e a b i − 4.9 / p r e b u i l t / l i n u x − x 8 6 6 4 C R O S S C O M P I L

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

安卓兼职framework应用工程师

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值