Fix opus includes

This commit is contained in:
badaix 2024-06-01 12:04:18 +02:00
parent 5650397fd9
commit a31238a2fb
3 changed files with 9 additions and 1 deletions

View file

@ -24,7 +24,11 @@
#include "encoder.hpp"
// 3rd party headers
#ifdef MACOS
#include <opus.h>
#else
#include <opus/opus.h>
#endif
namespace encoder