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

Commit e057a9f

Browse files
committed
Add commit for installing webrtc
1 parent 2eba346 commit e057a9f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

scripts/installCommonDeps.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,10 @@ install_webrtc(){
253253

254254
pushd ${ROOT}/third_party/webrtc
255255
git clone -b 59-server https://github.com/open-webrtc-toolkit/owt-deps-webrtc.git src
256+
pushd src
257+
local COMMIT="c2aa290cfe4f63d5bfbb6540122a5e6bf2783187"
258+
git reset --hard $COMMIT
259+
popd
256260
./src/tools-woogeen/install.sh
257261
./src/tools-woogeen/build.sh
258262
popd

0 commit comments

Comments
 (0)