Skip to content
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.

Commit

Permalink
Add commit for installing webrtc
Browse files Browse the repository at this point in the history
  • Loading branch information
starwarfan committed Nov 5, 2019
1 parent 2eba346 commit e057a9f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/installCommonDeps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,10 @@ install_webrtc(){

pushd ${ROOT}/third_party/webrtc
git clone -b 59-server https://github.com/open-webrtc-toolkit/owt-deps-webrtc.git src
pushd src
local COMMIT="c2aa290cfe4f63d5bfbb6540122a5e6bf2783187"
git reset --hard $COMMIT
popd
./src/tools-woogeen/install.sh
./src/tools-woogeen/build.sh
popd
Expand Down

0 comments on commit e057a9f

Please # to comment.