Skip to content

Commit d6bdc8c

Browse files
committed
ffmpeg support android
1 parent bcd2d63 commit d6bdc8c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/ffmpeg.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,17 @@ jobs:
1414
env:
1515
GH_TOKEN: ${{ github.token }}
1616
steps:
17+
- uses: nttld/setup-ndk@v1
18+
id: setup-ndk
19+
with:
20+
ndk-version: r21e
21+
add-to-path: false
22+
local-cache: true
1723
- name: Checkout code
1824
uses: actions/checkout@v4
1925
- name: Install denpendencies
2026
run: |
27+
./main.sh install -p android -l 'openssl opus dav1d dvdread uavs3d smb2 bluray'
2128
./main.sh install -p ios -l 'openssl opus dav1d dvdread uavs3d smb2 bluray'
2229
./main.sh install -p tvos -l 'openssl opus dav1d dvdread uavs3d smb2 bluray'
2330
./main.sh install -p macos -l 'openssl opus dav1d dvdread uavs3d smb2 bluray'

0 commit comments

Comments
 (0)