diff options
author | Sjoerd Simons <sjoerd.simons@collabora.co.uk> | 2009-02-03 17:02:55 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2009-02-03 17:02:55 +0800 |
commit | cc5ffe66ab42ecb2fe0255b6ba0baee25624917f (patch) | |
tree | 8ef5d2f259e77850f619aa63027f46e17c3c699d /configure.ac | |
parent | a7630dc453ae60fde8191beca2003b5427743b7d (diff) | |
download | gsoc2013-empathy-cc5ffe66ab42ecb2fe0255b6ba0baee25624917f.tar gsoc2013-empathy-cc5ffe66ab42ecb2fe0255b6ba0baee25624917f.tar.gz gsoc2013-empathy-cc5ffe66ab42ecb2fe0255b6ba0baee25624917f.tar.bz2 gsoc2013-empathy-cc5ffe66ab42ecb2fe0255b6ba0baee25624917f.tar.lz gsoc2013-empathy-cc5ffe66ab42ecb2fe0255b6ba0baee25624917f.tar.xz gsoc2013-empathy-cc5ffe66ab42ecb2fe0255b6ba0baee25624917f.tar.zst gsoc2013-empathy-cc5ffe66ab42ecb2fe0255b6ba0baee25624917f.zip |
Add audio/video sink and source abstractions
Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
svn path=/trunk/; revision=2384
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index c5f912e5a..80b208cc8 100644 --- a/configure.ac +++ b/configure.ac @@ -111,6 +111,7 @@ PKG_CHECK_MODULES(EMPATHY, libebook-1.2 libcanberra-gtk >= 0.4 gstreamer-0.10 + gstreamer-interfaces-0.10 ]) PKG_CHECK_MODULES(LIBNOTIFY, libnotify >= $LIBNOTIFY_REQUIRED) |