Skip to content

Commit 252370c

Browse files
author
NullPointerException
committed
update ffmpeg
1 parent f3bbe94 commit 252370c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/build-ffmpeg.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,12 @@ jobs:
4646
4747
- name: 构建 FFmpeg-Kit LTS
4848
run: |
49+
50+
git clone https://github.com/InfinityLoop1308/ffmpeg-kit.git
51+
cd ffmpeg-kit
52+
4953
# 构建 LTS 版本,并启用 gmp 和 gnutls 外部库
50-
BUILD_OPTIONS="--lts --enable-gmp --enable-gnutls"
54+
BUILD_OPTIONS="--lts --enable-gmp --enable-gnutls --enable-android-media-codec --enable-android-zlib"
5155
5256
# 添加额外的构建选项
5357
if [[ -n "${{ github.event.inputs.extra_options }}" ]]; then

0 commit comments

Comments
 (0)