Skip to content

Commit

Permalink
mac: use libwebrtc M86 with H264
Browse files Browse the repository at this point in the history
  • Loading branch information
ludocosmo committed Jan 17, 2021
1 parent a01d04d commit 2b616bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CI/full-build-macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ install_libwebrtc() {
hr "Installing LibWebRTC v${1}"
ensure_dir ${DEPS_BUILD_DIR}
step "Download..."
${CURLCMD} --progress-bar -u ${FTP_LOGIN}:${FTP_PASSWORD} -L -C - -o libWebRTC.dmg ${FTP_PATH_PREFIX}/mac/libWebRTC-${1}-x64-Release.dmg
${CURLCMD} --progress-bar -u ${FTP_LOGIN}:${FTP_PASSWORD} -L -C - -o libWebRTC.dmg ${FTP_PATH_PREFIX}/mac/libWebRTC-${1}-x64-Release-H264.dmg
step "Bypass the EULA by converting the DMG download to a CDR image"
hdiutil convert -quiet libWebRTC.dmg -format UDTO -o libWebRTC
step "Mount the CDR image"
Expand Down

0 comments on commit 2b616bd

Please sign in to comment.