mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 10:11:08 +00:00
directsound, waveform: fix compilation errors caused by circular includes
https://bugzilla.gnome.org/show_bug.cgi?id=690124
This commit is contained in:
parent
0726b71ceb
commit
fc81ddc8ee
3 changed files with 2 additions and 1 deletions
|
@ -53,7 +53,6 @@
|
|||
#endif
|
||||
|
||||
#include <gst/base/gstbasesink.h>
|
||||
#include <gst/audio/streamvolume.h>
|
||||
#include "gstdirectsoundsink.h"
|
||||
#include <gst/audio/gstaudioiec61937.h>
|
||||
|
||||
|
|
|
@ -30,6 +30,7 @@
|
|||
#define __GST_DIRECTSOUNDSINK_H__
|
||||
|
||||
#include <gst/gst.h>
|
||||
#include <gst/audio/audio.h>
|
||||
#include <gst/audio/gstaudiosink.h>
|
||||
|
||||
#include <windows.h>
|
||||
|
|
|
@ -23,6 +23,7 @@
|
|||
#define __GST_WAVEFORMSINK_H__
|
||||
|
||||
#include <gst/gst.h>
|
||||
#include <gst/audio/audio.h>
|
||||
#include <gst/audio/gstaudiosink.h>
|
||||
|
||||
#include <windows.h>
|
||||
|
|
Loading…
Reference in a new issue