make sure config.h is included first
authorDavid Schleef <ds@schleef.org>
Thu, 6 Nov 2003 22:14:17 +0000 (22:14 +0000)
committerDavid Schleef <ds@schleef.org>
Thu, 6 Nov 2003 22:14:17 +0000 (22:14 +0000)
Original commit message from CVS:
make sure config.h is included first

gst/law/alaw-decode.c
gst/law/alaw-encode.c
gst/law/mulaw-decode.c
gst/law/mulaw-encode.c
gst/level/gstlevel.c

index 6295476..c0eb3c1 100644 (file)
@@ -19,6 +19,9 @@
  * Boston, MA 02111-1307, USA.
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
 #include <gst/gst.h>
 #include "alaw-decode.h"
 
index cc86537..be3ec77 100644 (file)
@@ -19,6 +19,9 @@
  * Boston, MA 02111-1307, USA.
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
 #include <gst/gst.h>
 #include "alaw-encode.h"
 
index ce1fd94..5986400 100644 (file)
@@ -17,6 +17,9 @@
  * Boston, MA 02111-1307, USA.
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
 #include <gst/gst.h>
 #include "mulaw-decode.h"
 #include "mulaw-conversion.h"
index 9dd2e47..414ac7f 100644 (file)
@@ -17,6 +17,9 @@
  * Boston, MA 02111-1307, USA.
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
 #include <gst/gst.h>
 #include "mulaw-encode.h"
 #include "mulaw-conversion.h"
index c19ce33..6f89a38 100644 (file)
@@ -21,6 +21,9 @@
  * Boston, MA 02111-1307, USA.
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
 #include <gst/gst.h>
 #include "gstlevel.h"
 #include "math.h"