[empathy/gnome-3-8] audio-sink: fix compilation with GStreamer 0.10
- From: Will Thompson <wjt src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [empathy/gnome-3-8] audio-sink: fix compilation with GStreamer 0.10
- Date: Sun, 13 Oct 2013 20:21:01 +0000 (UTC)
commit d922659a8312ba718f6a70ad7b78e2d92d14a370
Author: Will Thompson <will willthompson co uk>
Date: Wed Oct 9 16:16:41 2013 +0100
audio-sink: fix compilation with GStreamer 0.10
66e393b removed this include, but without it compilation fails for me. I
assume this is beacuse I am building Empathy against GStreamer 0.10 and
Emanuele was building against GStreamer 1.0 when removing unneeded
includes.
https://bugzilla.gnome.org/show_bug.cgi?id=709741
src/empathy-audio-sink.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/empathy-audio-sink.c b/src/empathy-audio-sink.c
index 0c3693b..f71aa62 100644
--- a/src/empathy-audio-sink.c
+++ b/src/empathy-audio-sink.c
@@ -23,6 +23,7 @@
#ifdef HAVE_GST1
#include <gst/audio/streamvolume.h>
#else
+#include <gst/audio/audio.h>
#include <gst/interfaces/streamvolume.h>
#endif
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]