mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Update tg_owt to webrtc m91.
This commit is contained in:
parent
ca6f70746c
commit
e299aa032d
6 changed files with 6 additions and 6 deletions
2
Telegram/ThirdParty/tgcalls
vendored
2
Telegram/ThirdParty/tgcalls
vendored
|
@ -1 +1 @@
|
||||||
Subproject commit 1777fdf141ffa31bda158627345518b91834bab8
|
Subproject commit 368834ce168622d84fd1e04b76aca6657aa07207
|
|
@ -738,7 +738,7 @@ RUN mkdir tg_owt
|
||||||
WORKDIR tg_owt
|
WORKDIR tg_owt
|
||||||
RUN git init
|
RUN git init
|
||||||
RUN git remote add origin $GIT/desktop-app/tg_owt.git
|
RUN git remote add origin $GIT/desktop-app/tg_owt.git
|
||||||
RUN git fetch --depth=1 origin cb9f347e1020ffbdd762d6c32f97db6533dd47e0
|
RUN git fetch --depth=1 origin 792baa1e9f41da441abb6bdb09b3809551ffdcf0
|
||||||
RUN git reset --hard FETCH_HEAD
|
RUN git reset --hard FETCH_HEAD
|
||||||
RUN git submodule init
|
RUN git submodule init
|
||||||
RUN git submodule update
|
RUN git submodule update
|
||||||
|
|
|
@ -209,7 +209,7 @@ Open **x64 Native Tools Command Prompt for VS 2019.bat**, go to ***BuildPath***
|
||||||
|
|
||||||
git clone https://github.com/desktop-app/tg_owt.git
|
git clone https://github.com/desktop-app/tg_owt.git
|
||||||
cd tg_owt
|
cd tg_owt
|
||||||
git checkout cb9f347e10
|
git checkout 792baa1e9f
|
||||||
git submodule init
|
git submodule init
|
||||||
git submodule update
|
git submodule update
|
||||||
mkdir out
|
mkdir out
|
||||||
|
|
|
@ -209,7 +209,7 @@ Open **x86 Native Tools Command Prompt for VS 2019.bat**, go to ***BuildPath***
|
||||||
|
|
||||||
git clone https://github.com/desktop-app/tg_owt.git
|
git clone https://github.com/desktop-app/tg_owt.git
|
||||||
cd tg_owt
|
cd tg_owt
|
||||||
git checkout cb9f347e10
|
git checkout 792baa1e9f
|
||||||
git submodule init
|
git submodule init
|
||||||
git submodule update
|
git submodule update
|
||||||
mkdir out
|
mkdir out
|
||||||
|
|
|
@ -304,7 +304,7 @@ Go to ***BuildPath*** and run
|
||||||
|
|
||||||
git clone https://github.com/desktop-app/tg_owt.git
|
git clone https://github.com/desktop-app/tg_owt.git
|
||||||
cd tg_owt
|
cd tg_owt
|
||||||
git checkout cb9f347e10
|
git checkout 792baa1e9f
|
||||||
git submodule init
|
git submodule init
|
||||||
git submodule update
|
git submodule update
|
||||||
mkdir out
|
mkdir out
|
||||||
|
|
|
@ -424,7 +424,7 @@ parts:
|
||||||
webrtc:
|
webrtc:
|
||||||
source: https://github.com/desktop-app/tg_owt.git
|
source: https://github.com/desktop-app/tg_owt.git
|
||||||
source-depth: 1
|
source-depth: 1
|
||||||
source-commit: 80c1c625332cb056aae50794c107700edc3b71d2
|
source-commit: 792baa1e9f41da441abb6bdb09b3809551ffdcf0
|
||||||
plugin: cmake
|
plugin: cmake
|
||||||
build-packages:
|
build-packages:
|
||||||
- yasm
|
- yasm
|
||||||
|
|
Loading…
Add table
Reference in a new issue