Commit graph

12 commits

Author SHA1 Message Date
alexey.lysiuk
0200ff6afa switch back to openal 1.20.1
revert commit 403eaadaea
2020-02-15 10:48:53 +02:00
alexey.lysiuk
403eaadaea temporary switch back to openal 1.19.1
reverted commits 4350fdbfb6 and b040994135.
2020-02-13 22:25:14 +02:00
alexey.lysiuk
4350fdbfb6 update openal to 1.20.1 2020-01-26 11:07:40 +02:00
alexey.lysiuk
b040994135 update openal to 1.20.0 2019-12-01 09:57:00 +02:00
alexey.lysiuk
6b5419b759 * update openal-soft to 1.19.1+
14cf721094
1.19.1 doesn't have important fix for macOS 4fd0cd3151
2019-02-09 15:46:30 +02:00
alexey.lysiuk
6a8d5c0eab * update openal-soft to 1.19.0 2018-09-09 10:59:26 +03:00
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