Update submodules

This commit is contained in:
Ilya Fedin
2025-09-15 12:30:16 +00:00
committed by John Preston
parent 2d7f52972d
commit 795d452493
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -791,7 +791,7 @@ COPY --link --from=pipewire /usr/src/pipewire-cache /
RUN git init tg_owt \ RUN git init tg_owt \
&& cd tg_owt \ && cd tg_owt \
&& git remote add origin https://github.com/desktop-app/tg_owt.git \ && git remote add origin https://github.com/desktop-app/tg_owt.git \
&& git fetch --depth=1 origin 62321fd7128ab2650b459d4195781af8185e46b5 \ && git fetch --depth=1 origin 5c5c71258777d0196dbb3a09cc37d2f56ead28ab \
&& git reset --hard FETCH_HEAD \ && git reset --hard FETCH_HEAD \
&& git submodule update --init --recursive --depth=1 \ && git submodule update --init --recursive --depth=1 \
&& cmake -B build . -DTG_OWT_DLOPEN_PIPEWIRE=ON \ && cmake -B build . -DTG_OWT_DLOPEN_PIPEWIRE=ON \
+1 -1
View File
@@ -1755,7 +1755,7 @@ win:
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 62321fd git checkout 5c5c71258777d0196dbb3a09cc37d2f56ead28ab
git submodule update --init --recursive git submodule update --init --recursive
win: win:
SET MOZJPEG_PATH=$LIBS_DIR/mozjpeg SET MOZJPEG_PATH=$LIBS_DIR/mozjpeg
+1 -1
View File
@@ -484,7 +484,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: 62321fd7128ab2650b459d4195781af8185e46b5 source-commit: 5c5c71258777d0196dbb3a09cc37d2f56ead28ab
plugin: cmake plugin: cmake
build-packages: build-packages:
- libopenh264-dev - libopenh264-dev