mirror of https://github.com/procxx/kepka.git
Fix opus includes
This commit is contained in:
parent
bf383cb1ea
commit
78eb3d60c6
|
@ -9,7 +9,7 @@
|
|||
|
||||
|
||||
#include "MediaStreamItf.h"
|
||||
#include "opus.h"
|
||||
#include <opus/opus.h>
|
||||
#include "threading.h"
|
||||
#include "BlockingQueue.h"
|
||||
#include "BufferPool.h"
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
|
||||
|
||||
#include "MediaStreamItf.h"
|
||||
#include "opus.h"
|
||||
#include <opus/opus.h>
|
||||
#include "threading.h"
|
||||
#include "BlockingQueue.h"
|
||||
#include "BufferPool.h"
|
||||
|
|
Loading…
Reference in New Issue