We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3bbe94 commit 252370cCopy full SHA for 252370c
.github/workflows/build-ffmpeg.yml
@@ -46,8 +46,12 @@ jobs:
46
47
- name: 构建 FFmpeg-Kit LTS
48
run: |
49
+
50
+ git clone https://github.com/InfinityLoop1308/ffmpeg-kit.git
51
+ cd ffmpeg-kit
52
53
# 构建 LTS 版本,并启用 gmp 和 gnutls 外部库
- BUILD_OPTIONS="--lts --enable-gmp --enable-gnutls"
54
+ BUILD_OPTIONS="--lts --enable-gmp --enable-gnutls --enable-android-media-codec --enable-android-zlib"
55
56
# 添加额外的构建选项
57
if [[ -n "${{ github.event.inputs.extra_options }}" ]]; then
0 commit comments