mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-15 21:57:10 +02:00
Update libyuv in tg_owt.
This commit is contained in:
parent
4628d4fece
commit
b881d24a5a
3 changed files with 3 additions and 3 deletions
|
@ -775,7 +775,7 @@ COPY --link --from=pipewire {{ LibrariesPath }}/pipewire-cache /
|
|||
RUN git init tg_owt \
|
||||
&& cd tg_owt \
|
||||
&& git remote add origin {{ GIT }}/desktop-app/tg_owt.git \
|
||||
&& git fetch --depth=1 origin 9d120195334db4f232c925529aa7601656dc59d7 \
|
||||
&& git fetch --depth=1 origin dcb5069ff76bd293e86928804208737e6cee2ccc \
|
||||
&& git reset --hard FETCH_HEAD \
|
||||
&& git submodule update --init --recursive --depth=1 \
|
||||
&& rm -rf .git \
|
||||
|
|
|
@ -1335,7 +1335,7 @@ mac:
|
|||
stage('tg_owt', """
|
||||
git clone https://github.com/desktop-app/tg_owt.git
|
||||
cd tg_owt
|
||||
git checkout 9d12019533
|
||||
git checkout dcb5069ff7
|
||||
git submodule init
|
||||
git submodule update
|
||||
win:
|
||||
|
|
|
@ -532,7 +532,7 @@ parts:
|
|||
webrtc:
|
||||
source: https://github.com/desktop-app/tg_owt.git
|
||||
source-depth: 1
|
||||
source-commit: 9d120195334db4f232c925529aa7601656dc59d7
|
||||
source-commit: dcb5069ff76bd293e86928804208737e6cee2ccc
|
||||
plugin: cmake
|
||||
build-environment:
|
||||
- LDFLAGS: -s
|
||||
|
|
Loading…
Add table
Reference in a new issue