aboutsummaryrefslogtreecommitdiff
path: root/devel/godot2/files/patch-modules_speex_audio__stream__speex.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'devel/godot2/files/patch-modules_speex_audio__stream__speex.cpp')
-rw-r--r--devel/godot2/files/patch-modules_speex_audio__stream__speex.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/godot2/files/patch-modules_speex_audio__stream__speex.cpp b/devel/godot2/files/patch-modules_speex_audio__stream__speex.cpp
deleted file mode 100644
index 9cb0eac898e6..000000000000
--- a/devel/godot2/files/patch-modules_speex_audio__stream__speex.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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) {