mirror of
https://github.com/badaix/snapcast.git
synced 2025-05-14 09:36:41 +02:00
Fix opus includes
This commit is contained in:
parent
5650397fd9
commit
a31238a2fb
3 changed files with 9 additions and 1 deletions
|
@ -24,7 +24,11 @@
|
|||
#include "encoder.hpp"
|
||||
|
||||
// 3rd party headers
|
||||
#ifdef MACOS
|
||||
#include <opus.h>
|
||||
#else
|
||||
#include <opus/opus.h>
|
||||
#endif
|
||||
|
||||
|
||||
namespace encoder
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue