summaryrefslogtreecommitdiffstats
path: root/ext/speex
diff options
context:
space:
mode:
authorRamon Garcia Fernandez <ramon_garcia_f@yahoo.com>2004-10-02 23:27:26 +0000
committerRamon Garcia Fernandez <ramon_garcia_f@yahoo.com>2004-10-02 23:27:26 +0000
commit771803d685c3a6d1643a21824196994c6fb35293 (patch)
tree631d3c80d9fe6af578e914c22818f1333a37336a /ext/speex
parenta1691c1f55546d629f8aa27bf7e643902310b15f (diff)
Use <speex.h> everywhere instead of sometimes <speex.h> and sometimes <speex/speex.h>
Original commit message from CVS: Use <speex.h> everywhere instead of sometimes <speex.h> and sometimes <speex/speex.h>
Diffstat (limited to 'ext/speex')
-rw-r--r--ext/speex/gstspeexdec.h8
-rw-r--r--ext/speex/gstspeexenc.c4
2 files changed, 6 insertions, 6 deletions
diff --git a/ext/speex/gstspeexdec.h b/ext/speex/gstspeexdec.h
index dcb04a2c..3dc99032 100644
--- a/ext/speex/gstspeexdec.h
+++ b/ext/speex/gstspeexdec.h
@@ -23,10 +23,10 @@
#include <gst/gst.h>
-#include <speex/speex.h>
-#include <speex/speex_callbacks.h>
-#include <speex/speex_header.h>
-#include <speex/speex_stereo.h>
+#include <speex.h>
+#include <speex_callbacks.h>
+#include <speex_header.h>
+#include <speex_stereo.h>
#ifdef __cplusplus
extern "C" {
diff --git a/ext/speex/gstspeexenc.c b/ext/speex/gstspeexenc.c
index adf1cd80..75b4924f 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/speex.h>
-#include <speex/speex_stereo.h>
+#include <speex.h>
+#include <speex_stereo.h>
#include <gst/gsttaginterface.h>
#include <gst/tag/tag.h>