Skip to content

Commit 5147f1e

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

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build-ffmpeg.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ jobs:
4848
run: |
4949
5050
git clone https://github.com/InfinityLoop1308/ffmpeg-kit.git
51-
cd ffmpeg-kit
5251
5352
# 构建 LTS 版本,并启用 gmp 和 gnutls 外部库
5453
BUILD_OPTIONS="--lts --enable-gmp --enable-gnutls --enable-android-media-codec --enable-android-zlib"
@@ -59,7 +58,7 @@ jobs:
5958
fi
6059
6160
# 执行构建脚本
62-
./android.sh ${BUILD_OPTIONS}
61+
./ffmpeg-kit/android.sh ${BUILD_OPTIONS}
6362
6463
- name: 上传 LTS AAR 文件
6564
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)