Commit graph

6 commits

Author SHA1 Message Date
alexey.lysiuk
b740e0a647 * rebuild openal-soft 1.18.2 with xcode 9.4 and sdk 10.9 2018-07-15 16:39:24 +03:00
alexey.lysiuk
0c1728d5b8 * update OpenAL Soft to 1.18.2
http://kcat.strangesoft.net/openal.html
https://github.com/kcat/openal-soft/archive/openal-soft-1.18.2.tar.gz

cmake -DCMAKE_OSX_DEPLOYMENT_TARGET="10.7" -DCMAKE_OSX_SYSROOT="MacOSX10.7.sdk" -DLIBTYPE="STATIC" -DCMAKE_BUILD_TYPE="Release" -DALSOFT_EMBED_HRTF_DATA="YES" . && make install
2017-12-17 10:14:41 +02:00
alexey.lysiuk
5c618da381 * update OpenAL Soft to 1.18.1
http://kcat.strangesoft.net/openal.html
https://github.com/kcat/openal-soft/archive/openal-soft-1.18.1.tar.gz

cmake -DCMAKE_OSX_DEPLOYMENT_TARGET="10.7" -DCMAKE_OSX_SYSROOT="MacOSX10.7.sdk" -DLIBTYPE="STATIC" -DCMAKE_BUILD_TYPE="Release" -DALSOFT_EMBED_HRTF_DATA="YES" . && make install
2017-08-27 12:51:28 +03:00
alexey.lysiuk
6c19627c5a * update OpenAL Soft to commit f54946f
http://kcat.strangesoft.net/openal.html
kcat/openal-soft@f54946f

cmake -DCMAKE_OSX_DEPLOYMENT_TARGET="10.7" -DCMAKE_OSX_SYSROOT="MacOSX10.7.sdk" -DLIBTYPE="STATIC" -DCMAKE_BUILD_TYPE="Release" -DALSOFT_EMBED_HRTF_DATA="YES" . && make install
2017-05-31 22:26:36 +03:00
alexey.lysiuk
4222768a72 * update OpenAL Soft to commit 9767f4f
http://kcat.strangesoft.net/openal.html
9767f4f9c3

cmake -DCMAKE_OSX_DEPLOYMENT_TARGET="10.7" -DCMAKE_OSX_SYSROOT="MacOSX10.7.sdk" -DLIBTYPE="STATIC" -DALSOFT_CPUEXT_SSE4_1="NO" . && make install
2017-04-29 17:55:35 +03:00
alexey.lysiuk
21f9843124 + OpenAL Soft 1.17.2 (dev at commit 16ed117)
http://kcat.strangesoft.net/openal.html
16ed117d71
stable version has a bug (fixed in commit ccf90df07215b4317e2842641a8915d757868e8b) that makes release build unusable

cmake -DCMAKE_OSX_DEPLOYMENT_TARGET="10.7" -DCMAKE_OSX_SYSROOT="MacOSX10.7.sdk" -DLIBTYPE="STATIC" -DALSOFT_CPUEXT_SSE4_1="NO" . && make install
2016-10-23 22:28:14 +03:00