Skip to content

Commit 73fc76d

Browse files
committed
libbluray supported iOS and tvOS
1 parent 0895ef8 commit 73fc76d

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/workflows/all.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
.github/workflows/onestep.sh dvdread all
5050
echo '------compile bluray------------------------------------'
5151
rm -rf build || git reset --hard || git pull origin
52-
.github/workflows/onestep.sh bluray macos
52+
.github/workflows/onestep.sh bluray all
5353
echo '------compile dav1d------------------------------------'
5454
rm -rf build || git reset --hard || git pull origin
5555
.github/workflows/onestep.sh dav1d all
@@ -61,7 +61,7 @@ jobs:
6161
.github/workflows/onestep.sh smb2 all
6262
echo '------compile ffmpeg------------------------------------'
6363
rm -rf build || git reset --hard || git pull origin
64-
./main.sh install -p ios -l 'openssl opus dav1d dvdread uavs3d smb2'
65-
./main.sh install -p tvos -l 'openssl opus dav1d dvdread uavs3d smb2'
66-
./main.sh install -p macos -l 'openssl opus bluray dav1d dvdread uavs3d smb2'
64+
./main.sh install -p ios -l 'openssl opus dav1d dvdread uavs3d smb2 bluray'
65+
./main.sh install -p tvos -l 'openssl opus dav1d dvdread uavs3d smb2 bluray'
66+
./main.sh install -p macos -l 'openssl opus dav1d dvdread uavs3d smb2 bluray'
6767
.github/workflows/onestep.sh ffmpeg all

.github/workflows/bluray.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ jobs:
1717
- name: Checkout code
1818
uses: actions/checkout@v3
1919
- name: One Step
20-
run: .github/workflows/onestep.sh bluray macos
20+
run: .github/workflows/onestep.sh bluray all

.github/workflows/ffmpeg.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ jobs:
1818
uses: actions/checkout@v3
1919
- name: Install denpendencies
2020
run: |
21-
./main.sh install -p ios -l 'openssl opus dav1d dvdread uavs3d smb2'
22-
./main.sh install -p tvos -l 'openssl opus dav1d dvdread uavs3d smb2'
23-
./main.sh install -p macos -l 'openssl opus bluray dav1d dvdread uavs3d smb2'
21+
./main.sh install -p ios -l 'openssl opus dav1d dvdread uavs3d smb2 bluray'
22+
./main.sh install -p tvos -l 'openssl opus dav1d dvdread uavs3d smb2 bluray'
23+
./main.sh install -p macos -l 'openssl opus dav1d dvdread uavs3d smb2 bluray'
2424
- name: One Step
2525
run: .github/workflows/onestep.sh ffmpeg all

0 commit comments

Comments
 (0)