mirror of
https://github.com/badaix/snapcast.git
synced 2025-07-21 18:38:07 +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"
|
#include "decoder/decoder.hpp"
|
||||||
|
|
||||||
// 3rd party headers
|
// 3rd party headers
|
||||||
#include <opus.h>
|
#include <opus/opus.h>
|
||||||
|
|
||||||
// standard headers
|
// standard headers
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
#include "encoder.hpp"
|
#include "encoder.hpp"
|
||||||
|
|
||||||
// 3rd party headers
|
// 3rd party headers
|
||||||
#include <opus.h>
|
#include <opus/opus.h>
|
||||||
|
|
||||||
|
|
||||||
namespace encoder
|
namespace encoder
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue