directsound: fix compilation errors caused by circular includes
https://bugzilla.gnome.org/show_bug.cgi?id=690128
This commit is contained in:
parent
b0c30383ca
commit
1b11496194
@ -66,6 +66,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <gst/gst.h>
|
#include <gst/gst.h>
|
||||||
|
#include <gst/audio/audio.h>
|
||||||
#include <gst/audio/gstaudiobasesrc.h>
|
#include <gst/audio/gstaudiobasesrc.h>
|
||||||
|
|
||||||
#include "gstdirectsoundsrc.h"
|
#include "gstdirectsoundsrc.h"
|
||||||
|
@ -45,12 +45,13 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __GST_DIRECTSOUNDSRC_H__
|
#ifndef __GST_DIRECTSOUNDSRC_H__
|
||||||
#define __GST_DIRECTSOUNDSRC_H__
|
#define __GST_DIRECTSOUNDSRC_H__
|
||||||
|
|
||||||
#include <gst/gst.h>
|
#include <gst/gst.h>
|
||||||
#include <gst/audio/gstaudiosrc.h>
|
#include <gst/audio/audio.h>
|
||||||
|
#include <gst/audio/gstaudiosrc.h>
|
||||||
#include <windows.h>
|
|
||||||
|
#include <windows.h>
|
||||||
#include <dsound.h>
|
#include <dsound.h>
|
||||||
|
|
||||||
/* add here some headers if needed */
|
/* add here some headers if needed */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user