Skip to content

Commit 188c55c

Browse files
author
NullPointerException
committed
disable x86
1 parent ee55c72 commit 188c55c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-ffmpeg.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
cd ffmpeg-kit
4545
4646
# 构建 LTS 版本,并启用 gmp 和 gnutls 外部库
47-
BUILD_OPTIONS="--lts --enable-gmp --enable-openssl --enable-android-media-codec --enable-android-zlib"
47+
BUILD_OPTIONS="--lts --enable-gmp --enable-openssl --enable-android-media-codec --enable-android-zlib --disable-x86"
4848
4949
# 添加额外的构建选项
5050
if [[ -n "${{ github.event.inputs.extra_options }}" ]]; then

0 commit comments

Comments
 (0)