mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-18 15:17:07 +02:00
Update OpenAL to 1.21.
This commit is contained in:
parent
2e62eb1186
commit
0537d4c199
3 changed files with 5 additions and 5 deletions
|
@ -338,7 +338,7 @@ RUN make -j$(nproc)
|
|||
RUN make DESTDIR="$LibrariesPath/ffmpeg-cache" install
|
||||
|
||||
FROM builder AS openal
|
||||
RUN git clone -b fix_mono --depth=1 $GIT/telegramdesktop/openal-soft.git
|
||||
RUN git clone -b openal-soft-1.21.0 --depth=1 $GIT/kcat/openal-soft.git
|
||||
|
||||
WORKDIR openal-soft
|
||||
RUN cmake3 -B build . \
|
||||
|
|
|
@ -108,9 +108,9 @@ Open **x86 Native Tools Command Prompt for VS 2019.bat**, go to ***BuildPath***
|
|||
cmake --build . --config Release
|
||||
cd ..
|
||||
|
||||
git clone https://github.com/telegramdesktop/openal-soft.git
|
||||
git clone https://github.com/kcat/openal-soft.git
|
||||
cd openal-soft
|
||||
git checkout fix_mono
|
||||
git checkout openal-soft-1.21.0
|
||||
cd build
|
||||
cmake .. ^
|
||||
-G "Visual Studio 16 2019" ^
|
||||
|
|
|
@ -240,9 +240,9 @@ Go to ***BuildPath*** and run
|
|||
sudo make install
|
||||
cd ..
|
||||
|
||||
git clone https://github.com/telegramdesktop/openal-soft.git
|
||||
git clone https://github.com/kcat/openal-soft.git
|
||||
cd openal-soft
|
||||
git checkout fix_mono
|
||||
git checkout 3970252da9
|
||||
cd build
|
||||
CFLAGS=$UNGUARDED CPPFLAGS=$UNGUARDED cmake -D CMAKE_INSTALL_PREFIX:PATH=/usr/local/macos -D ALSOFT_EXAMPLES=OFF -D LIBTYPE:STRING=STATIC -D CMAKE_OSX_DEPLOYMENT_TARGET:STRING=10.12 ..
|
||||
make $MAKE_THREADS_CNT
|
||||
|
|
Loading…
Add table
Reference in a new issue