summaryrefslogtreecommitdiffstats
path: root/ext/speex/gstspeexdec.h
diff options
context:
space:
mode:
authorIain Holmes <iain@prettypeople.org>2004-10-04 14:54:49 +0000
committerIain Holmes <iain@prettypeople.org>2004-10-04 14:54:49 +0000
commit134a5deecb2a69418886e13fd7de2ddc261cf566 (patch)
treed00b5a80fded89540da135d51b1e89430b91c31d /ext/speex/gstspeexdec.h
parent625a9e1acc2593a693c1fd1c9ad49c26c3264e06 (diff)
Revert the changes to the speex include file locations.
Original commit message from CVS: Revert the changes to the speex include file locations.
Diffstat (limited to 'ext/speex/gstspeexdec.h')
-rw-r--r--ext/speex/gstspeexdec.h8
1 files changed, 4 insertions, 4 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" {