aboutsummaryrefslogtreecommitdiffstats
path: root/modules/Makefile.am
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 /modules/Makefile.am
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 'modules/Makefile.am')
-rw-r--r--modules/Makefile.am5
1 files changed, 0 insertions, 5 deletions
diff --git a/modules/Makefile.am b/modules/Makefile.am
index d08372d710..ac6655ffd0 100644
--- a/modules/Makefile.am
+++ b/modules/Makefile.am
@@ -18,10 +18,6 @@ if ENABLE_TNEF
TNEF_ATTACHMENT_DIR = tnef-attachment
endif
-if ENABLE_AUDIO_INLINE
-AUDIO_INLINE_DIR = audio-inline
-endif
-
if ENABLE_TEXT_HIGHLIGHT
TEXT_HIGHLIGHT_DIR = text-highlight
endif
@@ -59,7 +55,6 @@ SUBDIRS = \
$(BOGOFILTER_DIR) \
$(SPAMASSASSIN_DIR) \
$(TNEF_ATTACHMENT_DIR) \
- $(AUDIO_INLINE_DIR) \
$(TEXT_HIGHLIGHT_DIR)
-include $(top_srcdir)/git.mk