mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-04-22 15:17:29 +00:00
Update tg_owt to webrtc m90.
This commit is contained in:
parent
b905a18161
commit
e0e878cbb1
2
Telegram/ThirdParty/tgcalls
vendored
2
Telegram/ThirdParty/tgcalls
vendored
@ -1 +1 @@
|
|||||||
Subproject commit a362d24ee97ed1a5c2e3a82656e897adf3354613
|
Subproject commit 1777fdf141ffa31bda158627345518b91834bab8
|
@ -733,13 +733,20 @@ COPY --from=ffmpeg ${LibrariesPath}/ffmpeg-cache /
|
|||||||
COPY --from=openssl ${LibrariesPath}/openssl-cache /
|
COPY --from=openssl ${LibrariesPath}/openssl-cache /
|
||||||
COPY --from=libXtst ${LibrariesPath}/libXtst-cache /
|
COPY --from=libXtst ${LibrariesPath}/libXtst-cache /
|
||||||
|
|
||||||
ADD https://api.github.com/repos/desktop-app/tg_owt/git/refs/heads/master tg_owt-version.json
|
# Shallow clone on a specific commit.
|
||||||
RUN git clone --depth=1 --recursive $GIT/desktop-app/tg_owt.git
|
RUN mkdir tg_owt
|
||||||
|
WORKDIR tg_owt
|
||||||
|
RUN git init
|
||||||
|
RUN git remote add origin $GIT/desktop-app/tg_owt.git
|
||||||
|
RUN git fetch --depth=1 origin 80c1c625332cb056aae50794c107700edc3b71d2
|
||||||
|
RUN git reset --hard FETCH_HEAD
|
||||||
|
RUN git submodule init
|
||||||
|
RUN git submodule update
|
||||||
|
|
||||||
WORKDIR tg_owt/src/third_party/pipewire
|
WORKDIR src/third_party/pipewire
|
||||||
RUN meson build
|
RUN meson build
|
||||||
|
|
||||||
WORKDIR $LibrariesPath/tg_owt
|
WORKDIR ../../..
|
||||||
|
|
||||||
RUN cmake3 -B out/Release . \
|
RUN cmake3 -B out/Release . \
|
||||||
-DCMAKE_BUILD_TYPE=Release \
|
-DCMAKE_BUILD_TYPE=Release \
|
||||||
|
@ -207,8 +207,11 @@ Open **x64 Native Tools Command Prompt for VS 2019.bat**, go to ***BuildPath***
|
|||||||
jom -j8 install
|
jom -j8 install
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
git clone --recursive 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 80c1c62533
|
||||||
|
git submodule init
|
||||||
|
git submodule update
|
||||||
mkdir out
|
mkdir out
|
||||||
cd out
|
cd out
|
||||||
mkdir Debug
|
mkdir Debug
|
||||||
|
@ -207,8 +207,11 @@ Open **x86 Native Tools Command Prompt for VS 2019.bat**, go to ***BuildPath***
|
|||||||
jom -j8 install
|
jom -j8 install
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
git clone --recursive 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 80c1c62533
|
||||||
|
git submodule init
|
||||||
|
git submodule update
|
||||||
mkdir out
|
mkdir out
|
||||||
cd out
|
cd out
|
||||||
mkdir Debug
|
mkdir Debug
|
||||||
|
@ -302,8 +302,11 @@ Go to ***BuildPath*** and run
|
|||||||
sudo make install
|
sudo make install
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
git clone --recursive 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 80c1c62533
|
||||||
|
git submodule init
|
||||||
|
git submodule update
|
||||||
mkdir out
|
mkdir out
|
||||||
cd out
|
cd out
|
||||||
mkdir Debug
|
mkdir Debug
|
||||||
|
@ -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: 18cb4cd9bb4c2f5f5f5e760ec808f74c302bc1bf
|
source-commit: 80c1c625332cb056aae50794c107700edc3b71d2
|
||||||
plugin: cmake
|
plugin: cmake
|
||||||
build-packages:
|
build-packages:
|
||||||
- yasm
|
- yasm
|
||||||
|
Loading…
Reference in New Issue
Block a user