ports/devel/godot2/files/patch-modules_speex_audio__stream__speex.cpp
Antoine Brodin 26b4c8f71f Revert r559792 to unbreak INDEX and bulk -a
It seems a lot of reverse dependencies were missed

With hat:	portmgr
2021-01-01 10:11:34 +00:00

11 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) {