Updated docs.

This commit is contained in:
23rd 2020-11-30 22:40:13 +03:00 committed by John Preston
parent 346547c23d
commit c4c18d16ab
3 changed files with 7 additions and 9 deletions

View file

@ -366,9 +366,9 @@ jobs:
run: | run: |
cd $LibrariesPath cd $LibrariesPath
git clone https://github.com/telegramdesktop/openal-soft.git git clone $GIT/kcat/openal-soft.git
cd openal-soft cd openal-soft
git checkout fix_mono git checkout 3970252da9
cd build cd build
CFLAGS="$UNGUARDED" CPPFLAGS="$UNGUARDED" cmake \ CFLAGS="$UNGUARDED" CPPFLAGS="$UNGUARDED" cmake \
@ -481,7 +481,7 @@ jobs:
run: | run: |
cd $LibrariesPath cd $LibrariesPath
git clone $GIT/desktop-app/tg_owt.git git clone --recursive $GIT/desktop-app/tg_owt.git
mkdir -p tg_owt/out/Debug mkdir -p tg_owt/out/Debug
cd tg_owt/out/Debug cd tg_owt/out/Debug
cmake -G Ninja -DCMAKE_BUILD_TYPE=Debug \ cmake -G Ninja -DCMAKE_BUILD_TYPE=Debug \

View file

@ -211,10 +211,8 @@ jobs:
run: | run: |
%VC% %VC%
git clone %GIT%/telegramdesktop/openal-soft.git git clone -b openal-soft-1.21.0 --depth=1 $GIT/kcat/openal-soft.git
cd openal-soft cd openal-soft\build
git checkout fix_capture
cd build
cmake .. ^ cmake .. ^
-G "Visual Studio 16 2019" ^ -G "Visual Studio 16 2019" ^
-A Win32 ^ -A Win32 ^
@ -367,7 +365,7 @@ jobs:
run: | run: |
%VC% %VC%
git clone %GIT%/desktop-app/tg_owt.git git clone --recursive %GIT%/desktop-app/tg_owt.git
mkdir tg_owt\out\Debug mkdir tg_owt\out\Debug
cd tg_owt\out\Debug cd tg_owt\out\Debug
cmake -G Ninja ^ cmake -G Ninja ^

View file

@ -486,7 +486,7 @@ COPY --from=opus ${LibrariesPath}/opus-cache /
COPY --from=ffmpeg ${LibrariesPath}/ffmpeg-cache / COPY --from=ffmpeg ${LibrariesPath}/ffmpeg-cache /
COPY --from=openssl ${LibrariesPath}/openssl-cache / COPY --from=openssl ${LibrariesPath}/openssl-cache /
RUN git clone $GIT/desktop-app/tg_owt.git RUN git clone --recursive $GIT/desktop-app/tg_owt.git
WORKDIR tg_owt WORKDIR tg_owt
RUN git checkout c73a471 RUN git checkout c73a471