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 5147f1e commit 7f62304Copy full SHA for 7f62304
1 file changed
.github/workflows/build-ffmpeg.yml
@@ -48,6 +48,7 @@ jobs:
48
run: |
49
50
git clone https://github.com/InfinityLoop1308/ffmpeg-kit.git
51
+ cd ffmpeg-kit
52
53
# 构建 LTS 版本,并启用 gmp 和 gnutls 外部库
54
BUILD_OPTIONS="--lts --enable-gmp --enable-gnutls --enable-android-media-codec --enable-android-zlib"
@@ -58,7 +59,7 @@ jobs:
58
59
fi
60
61
# 执行构建脚本
- ./ffmpeg-kit/android.sh ${BUILD_OPTIONS}
62
+ ./android.sh ${BUILD_OPTIONS}
63
64
- name: 上传 LTS AAR 文件
65
uses: actions/upload-artifact@v4
0 commit comments