wasapi: Include config.h before anything else

This commit is contained in:
Sebastian Dröge 2013-03-26 15:01:08 +01:00
parent ff30417bd9
commit d5d37fafa7
4 changed files with 12 additions and 3 deletions

View file

@ -17,13 +17,13 @@
* 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)
{

View 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"

View 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>

View 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"