obsproject/obs-deps

macOS: Add speex to pre-built dependencies

PatTheMav opened this issue · 1 comments

To fix crash issues on macOS 10.13 we need to build speex ourselves on CI with a minimum deployment target of 10.13 (Darwin-17).

Speex depends on libogg which we build ourselves already, so we just need to make sure to build speex at a later part of our workflow to link it statically.

Fixed by #44.