summaryrefslogtreecommitdiff
path: root/audio/akode/patches/patch-af
diff options
context:
space:
mode:
Diffstat (limited to 'audio/akode/patches/patch-af')
-rw-r--r--audio/akode/patches/patch-af19
1 files changed, 19 insertions, 0 deletions
diff --git a/audio/akode/patches/patch-af b/audio/akode/patches/patch-af
new file mode 100644
index 00000000000..0f21ffb72f5
--- /dev/null
+++ b/audio/akode/patches/patch-af
@@ -0,0 +1,19 @@
+$NetBSD: patch-af,v 1.1.1.1 2009/02/26 18:00:34 hasso Exp $
+
+--- akode/plugins/xiph_decoder/speex_decoder.cpp.orig 2009-02-20 13:47:29 +0200
++++ akode/plugins/xiph_decoder/speex_decoder.cpp 2009-02-20 13:47:52 +0200
+@@ -25,10 +25,10 @@
+ extern "C" {
+ #include <string.h>
+ #include <stdlib.h>
+-#include <speex.h>
+-#include <speex_header.h>
+-#include <speex_callbacks.h>
+-#include <speex_stereo.h>
++#include <speex/speex.h>
++#include <speex/speex_header.h>
++#include <speex/speex_callbacks.h>
++#include <speex/speex_stereo.h>
+ #include <ogg/ogg.h>
+ }
+