videolabs / libspatialaudio

Ambisonic encoding / decoding and binauralization library in C++
Other
192 stars 37 forks source link

Do not install MIT HRTF headers #11

Open sebastinas opened 6 years ago

sebastinas commented 6 years ago

It looks like the canonical interface for accessing the MIT HRTF data is via include/hrtf/mit_hrtf.h. So I don't think installing those headers is necessary. Especially when HAVE_MIT_HRTF is set to OFF, they shouldn't be installed.

jbkempf commented 6 years ago

Hmm, I need to check