Change opus include path

This commit is contained in:
badaix 2024-06-01 11:37:35 +02:00
parent 0dfddea6d7
commit 810b4e1a06
2 changed files with 2 additions and 2 deletions

View file

@ -23,7 +23,7 @@
#include "decoder/decoder.hpp"
// 3rd party headers
#include <opus.h>
#include <opus/opus.h>
// standard headers
#include <vector>

View file

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