Use <speex.h> everywhere instead of sometimes <speex.h> and sometimes <speex/speex.h>
authorRamon Garcia Fernandez <ramon_garcia_f@yahoo.com>
Sat, 2 Oct 2004 23:27:26 +0000 (23:27 +0000)
committerRamon Garcia Fernandez <ramon_garcia_f@yahoo.com>
Sat, 2 Oct 2004 23:27:26 +0000 (23:27 +0000)
Original commit message from CVS:

Use <speex.h> everywhere instead of sometimes <speex.h> and
sometimes <speex/speex.h>

ext/speex/gstspeexdec.h
ext/speex/gstspeexenc.c

index dcb04a2..3dc9903 100644 (file)
 
 
 #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" {
index adf1cd8..75b4924 100644 (file)
@@ -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>