File tree Expand file tree Collapse file tree 3 files changed +11
-10
lines changed Expand file tree Collapse file tree 3 files changed +11
-10
lines changed Original file line number Diff line number Diff line change 86
86
echo '------compile opus------------------------------------'
87
87
rm -rf build || git reset --hard || git pull origin
88
88
.github/workflows/onestep.sh opus ${{ inputs.platform }} ${{ inputs.dryrun }}
89
- echo '------compile openssl ------------------------------------'
89
+ echo '------compile openssl3 ------------------------------------'
90
90
rm -rf build || git reset --hard || git pull origin
91
- .github/workflows/onestep.sh openssl ${{ inputs.platform }} ${{ inputs.dryrun }}
91
+ .github/workflows/onestep.sh openssl3 ${{ inputs.platform }} ${{ inputs.dryrun }}
92
92
echo '------compile dvdread------------------------------------'
93
93
rm -rf build || git reset --hard || git pull origin
94
94
.github/workflows/onestep.sh dvdread ${{ inputs.platform }} ${{ inputs.dryrun }}
Original file line number Diff line number Diff line change 52
52
- fontconfig
53
53
- freetype
54
54
- fribidi
55
+ - openssl3
55
56
- openssl
56
57
- opus
57
58
- smb2
Original file line number Diff line number Diff line change @@ -37,16 +37,16 @@ case $LIB_NAME in
37
37
;;
38
38
ffmpeg)
39
39
if [[ $PLAT == all ]]; then
40
- ./main.sh install -l ' openssl opus dav1d dvdnav uavs3d smb2 bluray' -p ios
41
- ./main.sh install -l ' openssl opus dav1d dvdnav uavs3d smb2 bluray' -p tvos
42
- ./main.sh install -l ' openssl opus dav1d dvdnav uavs3d smb2 bluray' -p macos
43
- ./main.sh install -l ' openssl opus dav1d dvdnav uavs3d smb2 bluray' -p android
40
+ ./main.sh install -l ' openssl3 opus dav1d dvdnav uavs3d smb2 bluray' -p ios
41
+ ./main.sh install -l ' openssl3 opus dav1d dvdnav uavs3d smb2 bluray' -p tvos
42
+ ./main.sh install -l ' openssl3 opus dav1d dvdnav uavs3d smb2 bluray' -p macos
43
+ ./main.sh install -l ' openssl3 opus dav1d dvdnav uavs3d smb2 bluray' -p android
44
44
elif [[ $PLAT == apple ]]; then
45
- ./main.sh install -l ' openssl opus dav1d dvdnav uavs3d smb2 bluray' -p ios
46
- ./main.sh install -l ' openssl opus dav1d dvdnav uavs3d smb2 bluray' -p tvos
47
- ./main.sh install -l ' openssl opus dav1d dvdnav uavs3d smb2 bluray' -p macos
45
+ ./main.sh install -l ' openssl3 opus dav1d dvdnav uavs3d smb2 bluray' -p ios
46
+ ./main.sh install -l ' openssl3 opus dav1d dvdnav uavs3d smb2 bluray' -p tvos
47
+ ./main.sh install -l ' openssl3 opus dav1d dvdnav uavs3d smb2 bluray' -p macos
48
48
else
49
- ./main.sh install -l ' openssl opus dav1d dvdnav uavs3d smb2 bluray' -p $PLAT
49
+ ./main.sh install -l ' openssl3 opus dav1d dvdnav uavs3d smb2 bluray' -p $PLAT
50
50
fi
51
51
;;
52
52
ijkffmpeg)
You can’t perform that action at this time.
0 commit comments