summaryrefslogtreecommitdiffstats
path: root/ext
diff options
context:
space:
mode:
Diffstat (limited to 'ext')
-rw-r--r--ext/speex/gstspeexdec.h8
-rw-r--r--ext/speex/gstspeexenc.c4
-rw-r--r--ext/speex/gstspeexenc.h4
3 files changed, 8 insertions, 8 deletions
diff --git a/ext/speex/gstspeexdec.h b/ext/speex/gstspeexdec.h
index 3dc99032..dcb04a2c 100644
--- a/ext/speex/gstspeexdec.h
+++ b/ext/speex/gstspeexdec.h
@@ -23,10 +23,10 @@
#include <gst/gst.h>
-#include <speex.h>
-#include <speex_callbacks.h>
-#include <speex_header.h>
-#include <speex_stereo.h>
+#include <speex/speex.h>
+#include <speex/speex_callbacks.h>
+#include <speex/speex_header.h>
+#include <speex/speex_stereo.h>
#ifdef __cplusplus
extern "C" {
diff --git a/ext/speex/gstspeexenc.c b/ext/speex/gstspeexenc.c
index 75b4924f..adf1cd80 100644
--- a/ext/speex/gstspeexenc.c
+++ b/ext/speex/gstspeexenc.c
@@ -25,8 +25,8 @@
#include <string.h>
#include <time.h>
#include <math.h>
-#include <speex.h>
-#include <speex_stereo.h>
+#include <speex/speex.h>
+#include <speex/speex_stereo.h>
#include <gst/gsttaginterface.h>
#include <gst/tag/tag.h>
diff --git a/ext/speex/gstspeexenc.h b/ext/speex/gstspeexenc.h
index a8a83805..dc1983b6 100644
--- a/ext/speex/gstspeexenc.h
+++ b/ext/speex/gstspeexenc.h
@@ -25,8 +25,8 @@
#include <gst/gst.h>
#include <gst/bytestream/adapter.h>
-#include <speex.h>
-#include <speex_header.h>
+#include <speex/speex.h>
+#include <speex/speex_header.h>
#ifdef __cplusplus
extern "C" {