File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8686 echo '------compile opus------------------------------------'
8787 rm -rf build || git reset --hard || git pull origin
8888 .github/workflows/onestep.sh opus ${{ inputs.platform }} ${{ inputs.dryrun }}
89- echo '------compile openssl ------------------------------------'
89+ echo '------compile openssl3 ------------------------------------'
9090 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 }}
9292 echo '------compile dvdread------------------------------------'
9393 rm -rf build || git reset --hard || git pull origin
9494 .github/workflows/onestep.sh dvdread ${{ inputs.platform }} ${{ inputs.dryrun }}
Original file line number Diff line number Diff line change 5252 - fontconfig
5353 - freetype
5454 - fribidi
55+ - openssl3
5556 - openssl
5657 - opus
5758 - smb2
Original file line number Diff line number Diff line change @@ -37,16 +37,16 @@ case $LIB_NAME in
3737 ;;
3838 ffmpeg)
3939 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
4444 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
4848 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
5050 fi
5151 ;;
5252 ijkffmpeg)
You can’t perform that action at this time.
0 commit comments