mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-04-01 23:00:58 +00:00
Update to WebRTC M108.
This commit is contained in:
parent
a9a69c7d14
commit
cad87f6818
2
Telegram/ThirdParty/libtgvoip
vendored
2
Telegram/ThirdParty/libtgvoip
vendored
@ -1 +1 @@
|
|||||||
Subproject commit 78a8e22bedb0d06004da8bafeba88b7474cb89a4
|
Subproject commit 0ffe2e51bfe14b533b860002f1c2e87e5f8c00c0
|
2
Telegram/ThirdParty/tgcalls
vendored
2
Telegram/ThirdParty/tgcalls
vendored
@ -1 +1 @@
|
|||||||
Subproject commit 82c4921045c440b727c38e464f3a0539708423ff
|
Subproject commit 1c27ba1c6b9b692f92cf7809b0c0c70f56595fe1
|
@ -748,7 +748,7 @@ COPY --link --from=pipewire {{ LibrariesPath }}/pipewire-cache /
|
|||||||
RUN git init tg_owt \
|
RUN git init tg_owt \
|
||||||
&& cd tg_owt \
|
&& cd tg_owt \
|
||||||
&& git remote add origin {{ GIT }}/desktop-app/tg_owt.git \
|
&& git remote add origin {{ GIT }}/desktop-app/tg_owt.git \
|
||||||
&& git fetch --depth=1 origin 442d5bb593c0ae314960308d78f2016ad1f80c3e \
|
&& git fetch --depth=1 origin 9b70d7679e86e6c216127d5a6a06ef5aa4f54793 \
|
||||||
&& git reset --hard FETCH_HEAD \
|
&& git reset --hard FETCH_HEAD \
|
||||||
&& git submodule update --init --recursive --depth=1 \
|
&& git submodule update --init --recursive --depth=1 \
|
||||||
&& rm -rf .git \
|
&& rm -rf .git \
|
||||||
|
@ -1182,9 +1182,9 @@ mac:
|
|||||||
stage('tg_owt', """
|
stage('tg_owt', """
|
||||||
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 bab760d7bd
|
git checkout 9b70d7679e
|
||||||
git submodule init
|
git submodule init
|
||||||
git submodule update src/third_party/libyuv src/third_party/crc32c/src
|
git submodule update src/third_party/libyuv src/third_party/crc32c/src src/third_party/abseil-cpp
|
||||||
win:
|
win:
|
||||||
SET MOZJPEG_PATH=$LIBS_DIR/mozjpeg
|
SET MOZJPEG_PATH=$LIBS_DIR/mozjpeg
|
||||||
SET OPUS_PATH=$USED_PREFIX/include/opus
|
SET OPUS_PATH=$USED_PREFIX/include/opus
|
||||||
|
@ -22,6 +22,8 @@ nice_target_sources(lib_tgcalls ${tgcalls_loc}
|
|||||||
PRIVATE
|
PRIVATE
|
||||||
AudioDeviceHelper.cpp
|
AudioDeviceHelper.cpp
|
||||||
AudioDeviceHelper.h
|
AudioDeviceHelper.h
|
||||||
|
ChannelManager.cpp
|
||||||
|
ChannelManager.h
|
||||||
CodecSelectHelper.cpp
|
CodecSelectHelper.cpp
|
||||||
CodecSelectHelper.h
|
CodecSelectHelper.h
|
||||||
CryptoHelper.cpp
|
CryptoHelper.cpp
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit 511c2485bb7d3e5bef590318d080077af4ffb7fb
|
Subproject commit 94a8d5ff6d4a6f6c1138dda6aa479b340f9af56f
|
@ -510,7 +510,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: 10d5f4bf77333ef6b43516f90d2ce13273255f41
|
source-commit: cc8edd5719556e1711f50da9a3f7a4c59bba574d
|
||||||
plugin: cmake
|
plugin: cmake
|
||||||
build-packages:
|
build-packages:
|
||||||
- yasm
|
- yasm
|
||||||
|
Loading…
Reference in New Issue
Block a user