mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-07-24 06:22:59 +02:00
Update tg_owt
This commit is contained in:
parent
a64cfe661a
commit
4a9dd43598
3 changed files with 3 additions and 3 deletions
|
@ -733,7 +733,7 @@ COPY --link --from=pipewire {{ LibrariesPath }}/pipewire-cache /
|
|||
RUN git init tg_owt \
|
||||
&& cd tg_owt \
|
||||
&& git remote add origin https://github.com/desktop-app/tg_owt.git \
|
||||
&& git fetch --depth=1 origin c4192e8e2e10ccb72704daa79fa108becfa57b01 \
|
||||
&& git fetch --depth=1 origin 62321fd7128ab2650b459d4195781af8185e46b5 \
|
||||
&& git reset --hard FETCH_HEAD \
|
||||
&& git submodule update --init --recursive --depth=1 \
|
||||
&& cmake -B build . -DTG_OWT_DLOPEN_PIPEWIRE=ON \
|
||||
|
|
|
@ -1746,7 +1746,7 @@ win:
|
|||
stage('tg_owt', """
|
||||
git clone https://github.com/desktop-app/tg_owt.git
|
||||
cd tg_owt
|
||||
git checkout c4192e8
|
||||
git checkout 62321fd
|
||||
git submodule update --init --recursive
|
||||
win:
|
||||
SET MOZJPEG_PATH=$LIBS_DIR/mozjpeg
|
||||
|
|
|
@ -501,7 +501,7 @@ parts:
|
|||
webrtc:
|
||||
source: https://github.com/desktop-app/tg_owt.git
|
||||
source-depth: 1
|
||||
source-commit: c4192e8e2e10ccb72704daa79fa108becfa57b01
|
||||
source-commit: 62321fd7128ab2650b459d4195781af8185e46b5
|
||||
plugin: cmake
|
||||
build-environment:
|
||||
- LDFLAGS: ${LDFLAGS:+$LDFLAGS} -s
|
||||
|
|
Loading…
Add table
Reference in a new issue