Skip to content

Commit 3c1bc50

Browse files
committed
dvdread support android
1 parent dea5431 commit 3c1bc50

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

.github/workflows/all.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,4 +72,5 @@ jobs:
7272
./main.sh install -p ios -l 'openssl opus dav1d dvdread uavs3d smb2 bluray'
7373
./main.sh install -p tvos -l 'openssl opus dav1d dvdread uavs3d smb2 bluray'
7474
./main.sh install -p macos -l 'openssl opus dav1d dvdread uavs3d smb2 bluray'
75+
./main.sh install -p android -l 'openssl opus dav1d dvdread uavs3d smb2 bluray'
7576
.github/workflows/onestep.sh ffmpeg all

.github/workflows/dvdread.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,21 @@ on:
55
pull_request:
66
branches: [master]
77

8-
name: Create dvdread Release
8+
name: Dvdread
99

1010
jobs:
1111
build:
12-
name: compile dvdread then deploy
12+
name: compile apple and android dvdread then deploy
1313
runs-on: macos-14
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: One Step

0 commit comments

Comments
 (0)