wasapi: Include config.h before anything else
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Tue, 26 Mar 2013 14:01:08 +0000 (15:01 +0100)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Tue, 26 Mar 2013 14:01:08 +0000 (15:01 +0100)
sys/wasapi/gstwasapi.c
sys/wasapi/gstwasapisink.c
sys/wasapi/gstwasapisrc.c
sys/wasapi/gstwasapiutil.c

index f4cc21c..9c901d0 100644 (file)
  * Boston, MA 02110-1301, USA.
  */
 
-#include "gstwasapisrc.h"
-#include "gstwasapisink.h"
-
 #ifdef HAVE_CONFIG_H
 #  include <config.h>
 #endif
 
+#include "gstwasapisrc.h"
+#include "gstwasapisink.h"
+
 static gboolean
 plugin_init (GstPlugin * plugin)
 {
index 0834692..193a608 100644 (file)
@@ -30,6 +30,9 @@
  * ]| Generate 20 ms buffers and render to the default audio device.
  * </refsect2>
  */
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
 
 #include "gstwasapisink.h"
 
index fd4b49d..e7e24e7 100644 (file)
@@ -30,6 +30,9 @@
  * ]| Capture from the default audio device and render to fakesink.
  * </refsect2>
  */
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
 
 #include "gstwasapisrc.h"
 #include <gst/audio/gstaudioclock.h>
index fa249eb..ce6b440 100644 (file)
@@ -16,6 +16,9 @@
  * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
  * Boston, MA 02110-1301, USA.
  */
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
 
 #include "gstwasapiutil.h"