mirror of
https://github.com/badaix/snapcast.git
synced 2025-05-17 19:16:14 +02:00
Fix opus includes
This commit is contained in:
parent
810b4e1a06
commit
5650397fd9
3 changed files with 3 additions and 3 deletions
|
@ -24,7 +24,7 @@
|
|||
#include "encoder.hpp"
|
||||
|
||||
// 3rd party headers
|
||||
#include <opus/opus.h>
|
||||
#include <opus.h>
|
||||
|
||||
|
||||
namespace encoder
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue