mirror of
https://github.com/vale981/tdesktop
synced 2025-03-05 09:41:41 -05:00
Update OpenAL-Soft
Update to version 1.19.1
This commit is contained in:
parent
7d3919e3f7
commit
91c85ec86b
5 changed files with 9 additions and 5 deletions
|
@ -40,7 +40,7 @@ FFMPEG_PATH="$BUILD/ffmpeg"
|
|||
FFMPEG_CACHE_VERSION="3"
|
||||
|
||||
OPENAL_PATH="$BUILD/openal-soft"
|
||||
OPENAL_CACHE_VERSION="3"
|
||||
OPENAL_CACHE_VERSION="4"
|
||||
|
||||
GYP_DEFINES=""
|
||||
|
||||
|
@ -476,6 +476,8 @@ buildOpenAL() {
|
|||
|
||||
cd "$EXTERNAL"
|
||||
git clone https://github.com/kcat/openal-soft.git
|
||||
cd openal-soft
|
||||
git checkout openal-soft-1.19.1
|
||||
|
||||
cd "$EXTERNAL/openal-soft/build"
|
||||
cmake \
|
||||
|
|
|
@ -89,7 +89,7 @@ Go to ***BuildPath*** and run
|
|||
|
||||
git clone git://repo.or.cz/openal-soft.git
|
||||
cd openal-soft
|
||||
git checkout v1.18
|
||||
git checkout openal-soft-1.19.1
|
||||
cd build
|
||||
cmake -D LIBTYPE:STRING=STATIC ..
|
||||
make $MAKE_THREADS_CNT
|
||||
|
|
|
@ -89,7 +89,7 @@ Open **x86 Native Tools Command Prompt for VS 2017.bat**, go to ***BuildPath***
|
|||
|
||||
git clone git://repo.or.cz/openal-soft.git
|
||||
cd openal-soft
|
||||
git checkout 18bb46163af
|
||||
git checkout openal-soft-1.19.1
|
||||
cd build
|
||||
cmake -G "Visual Studio 15 2017" -D LIBTYPE:STRING=STATIC -D FORCE_STATIC_VCRT:STRING=ON ..
|
||||
msbuild OpenAL32.vcxproj /property:Configuration=Debug
|
||||
|
|
|
@ -87,7 +87,9 @@ Go to ***BuildPath*** and run
|
|||
cd ..
|
||||
|
||||
git clone git://repo.or.cz/openal-soft.git
|
||||
cd openal-soft/build
|
||||
cd openal-soft
|
||||
git checkout openal-soft-1.19.1
|
||||
cd build
|
||||
cmake -D LIBTYPE:STRING=STATIC -D CMAKE_OSX_DEPLOYMENT_TARGET:STRING=10.8 ..
|
||||
make -j4
|
||||
sudo make install
|
||||
|
|
|
@ -284,7 +284,7 @@ parts:
|
|||
openal:
|
||||
source: https://github.com/kcat/openal-soft.git
|
||||
source-depth: 1
|
||||
source-branch: v1.18
|
||||
source-branch: v1.19
|
||||
plugin: cmake
|
||||
build-packages:
|
||||
- oss4-dev
|
||||
|
|
Loading…
Add table
Reference in a new issue