gst-libs/gst/audio/: Fix include of config.h
authorWim Taymans <wim.taymans@gmail.com>
Wed, 8 Oct 2008 09:10:23 +0000 (09:10 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Wed, 8 Oct 2008 09:10:23 +0000 (09:10 +0000)
Original commit message from CVS:
* gst-libs/gst/audio/multichannel.c:
* gst-libs/gst/audio/testchannels.c:
Fix include of config.h

ChangeLog
common
gst-libs/gst/audio/multichannel.c
gst-libs/gst/audio/testchannels.c

index b994a75..4720b2d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
+
+       * gst-libs/gst/audio/multichannel.c:
+       * gst-libs/gst/audio/testchannels.c:
+       Fix include of config.h
+
 2008-10-06  Wim Taymans  <wim.taymans@collabora.co.uk>
 
        Based on Patch by: Tero Saarni <tero dot saarni at gmail dot com>
diff --git a/common b/common
index ea93f2e..46eefd2 160000 (submodule)
--- a/common
+++ b/common
@@ -1 +1 @@
-Subproject commit ea93f2ed580bcc19322e4c07f677eda980c821eb
+Subproject commit 46eefd2f8474ee748864c59635be87b5a29317d1
index ed0419c..8149560 100644 (file)
@@ -18,7 +18,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-#include <config.h>
+#include "config.h"
 #endif
 
 #include "multichannel.h"
index 3f226f3..75dd13c 100644 (file)
@@ -18,7 +18,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-#include <config.h>
+#include "config.h"
 #endif
 
 #include <gst/gst.h>