aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2013-12-06 00:37:32 +0800
committerMatthew Barnes <mbarnes@redhat.com>2013-12-06 01:09:51 +0800
commit45a31136e917d8d763dfb56dda7dcf486c2ed242 (patch)
treecadb9b2051df61794e7ef81071e61e9d7b4cf319 /configure.ac
parent2cbdd00f55f0598a3c7d060c1a973f5c3f6bd15e (diff)
downloadgsoc2013-evolution-45a31136e917d8d763dfb56dda7dcf486c2ed242.tar
gsoc2013-evolution-45a31136e917d8d763dfb56dda7dcf486c2ed242.tar.gz
gsoc2013-evolution-45a31136e917d8d763dfb56dda7dcf486c2ed242.tar.bz2
gsoc2013-evolution-45a31136e917d8d763dfb56dda7dcf486c2ed242.tar.lz
gsoc2013-evolution-45a31136e917d8d763dfb56dda7dcf486c2ed242.tar.xz
gsoc2013-evolution-45a31136e917d8d763dfb56dda7dcf486c2ed242.tar.zst
gsoc2013-evolution-45a31136e917d8d763dfb56dda7dcf486c2ed242.zip
Remove audio-inline module.
Drop our explicit gstreamer requirement and merge audio support directly into libevolution-mail-formatter. We now use the HTML5 <audio> tag and let WebKit show much nicer playback controls, with volume and seeking.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac32
1 files changed, 0 insertions, 32 deletions
diff --git a/configure.ac b/configure.ac
index a3ae349cf9..427e8f26aa 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1188,37 +1188,6 @@ dnl They must be explicitly disabled if the libraries are not present.
dnl ******************************************************************
dnl **************************************************
-dnl audio-inline plugin requires gstreamer-1.0 or 0.10
-dnl **************************************************
-AC_ARG_ENABLE([audio-inline],
- [AS_HELP_STRING([--enable-audio-inline],
- [Enable audio-inline plugin @<:@default=yes@:>@])],
- [enable_audio_inline="$enableval"], [enable_audio_inline=yes])
-
-if test "x$enable_audio_inline" = "xyes"; then
- PKG_CHECK_MODULES([GSTREAMER], [gstreamer-1.0], have_gst=yes,
- [PKG_CHECK_MODULES([GSTREAMER], [gstreamer-0.10], have_gst=yes, have_gst=no)],
- have_gst=no)
- AC_SUBST(GSTREAMER_CFLAGS)
- AC_SUBST(GSTREAMER_LIBS)
-
- if test "x$have_gst" = "xyes"; then
- AC_DEFINE(ENABLE_AUDIO_INLINE, 1, [Define to add support for inlining audio attachments])
- else
- AC_MSG_ERROR([
-
- gstreamer-1.0 or 0.10 not found.
-
- If you want to disable support for playing audio attachments,
- please append --disable-audio-inline to configure.
-
- ])
- fi
-fi
-
-AM_CONDITIONAL([ENABLE_AUDIO_INLINE], [test "x$enable_audio_inline" = "xyes"])
-
-dnl **************************************************
dnl text-highlight plugins requires highlight utility
dnl **************************************************
AC_ARG_ENABLE([text-highlight],
@@ -1519,7 +1488,6 @@ mail/importers/Makefile
maint/Makefile
modules/Makefile
modules/addressbook/Makefile
-modules/audio-inline/Makefile
modules/backup-restore/Makefile
modules/bogofilter/Makefile
modules/book-config-google/Makefile