Fixes for embedded HRTFs on OSX
commite69af7ab9256507145fdababd092396e85deb651
authorChris Robinson <chris.kcat@gmail.com>
Fri, 11 Nov 2016 21:14:02 +0000 (11 13:14 -0800)
committerChris Robinson <chris.kcat@gmail.com>
Fri, 11 Nov 2016 21:14:02 +0000 (11 13:14 -0800)
treef3d383ecf59b1b606e14bea89d509b0a1ebf7453
parent9ef7719734505d04d093ee85fb39b4777816d6ed
Fixes for embedded HRTFs on OSX

Use an empty source file to build a stub object file, instead of /dev/null. Use
_mh_dylib_header to retrieve the data on 10.7+, instead of _mh_execute_header.
And shorten the names to fit in the 16-character limit.

Thanks to Anna Cheremnykh for the fixes!
Alc/hrtf.c
CMakeLists.txt