Revert the changes to the speex include file locations.
authorIain Holmes <iain@prettypeople.org>
Mon, 4 Oct 2004 14:54:49 +0000 (14:54 +0000)
committerIain Holmes <iain@prettypeople.org>
Mon, 4 Oct 2004 14:54:49 +0000 (14:54 +0000)
Original commit message from CVS:
Revert the changes to the speex include file locations.

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

index cd2d8bfa20ae136ba640cbc5c84e52c8abd25b8a..431bcc13516255e55981395f7ac89b6b1c4f54b5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2004-10-04 Iain <iaingnome@gmail.com>
+
+       * ext/speex/gstspeexdec.h: Revert the includes changes.
+               
+       * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
+
+2004-09-30 Iain <iaingnome@gmail.com>
+
+       * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
+       found during init or set as a property instead of hardcoding /dev/audio
+
 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
 
        * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
          correct sink template even if it is not the one defined in this
          file.
 
+>>>>>>> 1.1112
 2004-09-29  Wim Taymans  <wim@fluendo.com>
 
        * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
index 3dc99032278dbb0114263cd263a55b2298144e39..dcb04a2c7cc80af0ac69f4bf2e0f3288e475b36c 100644 (file)
 
 
 #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" {
index 75b4924f1797c779dc73c048fd693e8f2054cb05..adf1cd802956b44996dcc6e5f00afe76e28c1ce5 100644 (file)
@@ -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>
index a8a83805b201c1d31dd0f841f1c39a3d57fb48be..dc1983b6aa81d01717769216bc152b82d58618b1 100644 (file)
@@ -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" {