[Pkg-telepathy-commits] [empathy] 22/39: audio-sink: fix compilation with GStreamer 0.10

Simon McVittie smcv at debian.org
Wed Jan 29 12:53:13 UTC 2014


This is an automated email from the git hooks/post-receive script.

smcv pushed a commit to branch debian
in repository empathy.

commit d922659a8312ba718f6a70ad7b78e2d92d14a370
Author: Will Thompson <will at 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 file changed, 1 insertion(+)

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
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-telepathy/empathy.git



More information about the Pkg-telepathy-commits mailing list