Update libyuv in tg_owt.

This commit is contained in:
John Preston 2023-05-01 11:07:07 +04:00
parent 4628d4fece
commit b881d24a5a
3 changed files with 3 additions and 3 deletions

View file

@ -775,7 +775,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 9d120195334db4f232c925529aa7601656dc59d7 \ && git fetch --depth=1 origin dcb5069ff76bd293e86928804208737e6cee2ccc \
&& 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 \

View file

@ -1335,7 +1335,7 @@ 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 9d12019533 git checkout dcb5069ff7
git submodule init git submodule init
git submodule update git submodule update
win: win:

View file

@ -532,7 +532,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: 9d120195334db4f232c925529aa7601656dc59d7 source-commit: dcb5069ff76bd293e86928804208737e6cee2ccc
plugin: cmake plugin: cmake
build-environment: build-environment:
- LDFLAGS: -s - LDFLAGS: -s