mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
wasapi: Include config.h before anything else
This commit is contained in:
parent
ff30417bd9
commit
d5d37fafa7
4 changed files with 12 additions and 3 deletions
|
@ -17,13 +17,13 @@
|
||||||
* Boston, MA 02110-1301, USA.
|
* Boston, MA 02110-1301, USA.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "gstwasapisrc.h"
|
|
||||||
#include "gstwasapisink.h"
|
|
||||||
|
|
||||||
#ifdef HAVE_CONFIG_H
|
#ifdef HAVE_CONFIG_H
|
||||||
# include <config.h>
|
# include <config.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#include "gstwasapisrc.h"
|
||||||
|
#include "gstwasapisink.h"
|
||||||
|
|
||||||
static gboolean
|
static gboolean
|
||||||
plugin_init (GstPlugin * plugin)
|
plugin_init (GstPlugin * plugin)
|
||||||
{
|
{
|
||||||
|
|
|
@ -30,6 +30,9 @@
|
||||||
* ]| Generate 20 ms buffers and render to the default audio device.
|
* ]| Generate 20 ms buffers and render to the default audio device.
|
||||||
* </refsect2>
|
* </refsect2>
|
||||||
*/
|
*/
|
||||||
|
#ifdef HAVE_CONFIG_H
|
||||||
|
# include <config.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "gstwasapisink.h"
|
#include "gstwasapisink.h"
|
||||||
|
|
||||||
|
|
|
@ -30,6 +30,9 @@
|
||||||
* ]| Capture from the default audio device and render to fakesink.
|
* ]| Capture from the default audio device and render to fakesink.
|
||||||
* </refsect2>
|
* </refsect2>
|
||||||
*/
|
*/
|
||||||
|
#ifdef HAVE_CONFIG_H
|
||||||
|
# include <config.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "gstwasapisrc.h"
|
#include "gstwasapisrc.h"
|
||||||
#include <gst/audio/gstaudioclock.h>
|
#include <gst/audio/gstaudioclock.h>
|
||||||
|
|
|
@ -16,6 +16,9 @@
|
||||||
* Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
|
* Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
|
||||||
* Boston, MA 02110-1301, USA.
|
* Boston, MA 02110-1301, USA.
|
||||||
*/
|
*/
|
||||||
|
#ifdef HAVE_CONFIG_H
|
||||||
|
# include <config.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "gstwasapiutil.h"
|
#include "gstwasapiutil.h"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue