mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 13:50:38 -04:00
Changes: https://godotengine.org/article/maintenance-release-godot-2-1-1 Changes: https://godotengine.org/article/maintenance-release-godot-2-1-2 PR: 216227 Submitted by: Shane <FreeBSD@ShaneWare.Biz> (maintainer)
10 lines
313 B
C++
10 lines
313 B
C++
--- modules/speex/audio_stream_speex.cpp.orig 2016-11-28 17:58:00 UTC
|
|
+++ modules/speex/audio_stream_speex.cpp
|
|
@@ -28,7 +28,6 @@
|
|
/*************************************************************************/
|
|
#include "audio_stream_speex.h"
|
|
|
|
-#include "os_support.h"
|
|
#include "os/os.h"
|
|
#define READ_CHUNK 1024
|
|
|