diff options
author | Raimo Järvi <raimo.jarvi@gmail.com> | 2012-02-07 23:41:13 +0200 |
---|---|---|
committer | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2012-02-07 23:20:19 +0000 |
commit | 697dcc60b4d18507d0551b3e04fc76834091763f (patch) | |
tree | 182a52e9a1acf0a374d54710d375599cd2970f6f | |
parent | b7b3161c26961f85de7c7899316d1a61fa893d14 (diff) | |
download | gstreamer-plugins-good-697dcc60b4d18507d0551b3e04fc76834091763f.tar.gz |
directsoundsink: Fix compiling
https://bugzilla.gnome.org/show_bug.cgi?id=669607
-rw-r--r-- | sys/directsound/gstdirectsoundsink.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/directsound/gstdirectsoundsink.h b/sys/directsound/gstdirectsoundsink.h index 0fb383d49..5e23f1934 100644 --- a/sys/directsound/gstdirectsoundsink.h +++ b/sys/directsound/gstdirectsoundsink.h @@ -31,7 +31,6 @@ #include <gst/gst.h> #include <gst/audio/gstaudiosink.h> -#include "gstdirectsoundringbuffer.h" #include <windows.h> #include <dxerr9.h> |