26b4c8f71f
It seems a lot of reverse dependencies were missed With hat: portmgr
12 lines
333 B
C++
12 lines
333 B
C++
--- modules/speex/audio_stream_speex.cpp.orig 2017-12-28 01:20:49 UTC
|
|
+++ modules/speex/audio_stream_speex.cpp
|
|
@@ -29,7 +29,7 @@
|
|
#include "audio_stream_speex.h"
|
|
|
|
#include "os/os.h"
|
|
-#include "os_support.h"
|
|
+#include "thirdparty/speex/os_support.h"
|
|
#define READ_CHUNK 1024
|
|
|
|
static _FORCE_INLINE_ uint16_t le_short(uint16_t s) {
|