Skip to content

Commit e527330

Browse files
allow for decoding of h264
1 parent faf1254 commit e527330

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

_build_ffmpeg.sh

+1
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ function build_ffmpeg {
4040
--arch=arm \
4141
--enable-cross-compile \
4242
--enable-librtmp \
43+
--enable-decoder=h264 \
4344
--sysroot=${SYSROOT} \
4445
--extra-cflags="-Os -fpic ${addi_cflags}" \
4546
--extra-ldflags="-L${src_root}/openssl-android/libs/armeabi ${addi_ldflags}" \

0 commit comments

Comments
 (0)