mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
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
2 changed files with 8 additions and 6 deletions
|
@ -66,6 +66,7 @@
|
|||
#endif
|
||||
|
||||
#include <gst/gst.h>
|
||||
#include <gst/audio/audio.h>
|
||||
#include <gst/audio/gstaudiobasesrc.h>
|
||||
|
||||
#include "gstdirectsoundsrc.h"
|
||||
|
|
|
@ -48,6 +48,7 @@
|
|||
#define __GST_DIRECTSOUNDSRC_H__
|
||||
|
||||
#include <gst/gst.h>
|
||||
#include <gst/audio/audio.h>
|
||||
#include <gst/audio/gstaudiosrc.h>
|
||||
|
||||
#include <windows.h>
|
||||
|
|
Loading…
Reference in a new issue