diff options
author | Frederic Crozat <fcrozat@mandriva.com> | 2007-09-05 20:24:44 +0800 |
---|---|---|
committer | Frédéric Crozat <fcrozat@src.gnome.org> | 2007-09-05 20:24:44 +0800 |
commit | 7679c6e7f6df239b334a621eed0f0c0cb39d4fe9 (patch) | |
tree | 4cce8a8d753b4f28192bd661fcf0bb13d2194d84 /configure.in | |
parent | e4a5f66109d4eb3a511b5849b32d68587d7ef3b4 (diff) | |
download | gsoc2013-evolution-7679c6e7f6df239b334a621eed0f0c0cb39d4fe9.tar.gz gsoc2013-evolution-7679c6e7f6df239b334a621eed0f0c0cb39d4fe9.tar.zst gsoc2013-evolution-7679c6e7f6df239b334a621eed0f0c0cb39d4fe9.zip |
plugins/audio-inline/org-gnome-audio-inline.eplug.xml
2007-09-05 Frederic Crozat <fcrozat@mandriva.com>
* configure.in:
* plugins/audio-inline/org-gnome-audio-inline.eplug.xml
* plugins/audio-inline/ChangeLog
* plugins/audio-inline/audio-inline.c
audio-inline plugin has been ported to gstreamer 0.10
(bug #329629).
svn path=/trunk/; revision=34180
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index 5a14414e22..a5fba51087 100644 --- a/configure.in +++ b/configure.in @@ -1751,12 +1751,12 @@ AC_SUBST(all_plugins_experimental) if echo ${plugins_enabled} | grep "audio-inline" > /dev/null then - if ${PKG_CONFIG} --exists gstreamer-0.8 + if ${PKG_CONFIG} --exists gstreamer-0.10 then dnl ********************* dnl gstreamer dnl ********************* - PKG_CHECK_MODULES(GSTREAMER, gstreamer-0.8) + PKG_CHECK_MODULES(GSTREAMER, gstreamer-0.10) AC_SUBST(GSTREAMER_CFLAGS) AC_SUBST(GSTREAMER_LIBS) else |