mirror of
https://github.com/badaix/snapcast.git
synced 2025-04-28 17:57:05 +02:00
Change opus include path
This commit is contained in:
parent
0dfddea6d7
commit
810b4e1a06
2 changed files with 2 additions and 2 deletions
|
@ -23,7 +23,7 @@
|
|||
#include "decoder/decoder.hpp"
|
||||
|
||||
// 3rd party headers
|
||||
#include <opus.h>
|
||||
#include <opus/opus.h>
|
||||
|
||||
// standard headers
|
||||
#include <vector>
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
#include "encoder.hpp"
|
||||
|
||||
// 3rd party headers
|
||||
#include <opus.h>
|
||||
#include <opus/opus.h>
|
||||
|
||||
|
||||
namespace encoder
|
||||
|
|
Loading…
Add table
Reference in a new issue