We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent faf1254 commit e527330Copy full SHA for e527330
_build_ffmpeg.sh
@@ -40,6 +40,7 @@ function build_ffmpeg {
40
--arch=arm \
41
--enable-cross-compile \
42
--enable-librtmp \
43
+ --enable-decoder=h264 \
44
--sysroot=${SYSROOT} \
45
--extra-cflags="-Os -fpic ${addi_cflags}" \
46
--extra-ldflags="-L${src_root}/openssl-android/libs/armeabi ${addi_ldflags}" \
0 commit comments