summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2016-11-23 10:31:29 +0000
committerTim-Philipp Müller <tim@centricular.com>2016-11-23 10:33:37 +0000
commitad661999ad2c79a5d7721f0eb1e7f1f83a304224 (patch)
treed8acd30d58d107a7cefffc87e5bc652f9910d050 /Makefile.am
parent43736e5c376b0d79680817a28349aaa300f14c0d (diff)
downloadgstreamer-plugins-bad-ad661999ad2c79a5d7721f0eb1e7f1f83a304224.tar.gz
mimic: remove ancient codec
This was used by MSN messenger in prehistoric times, it's safe to say no one needs or wants this any more these days. For decoding old recordings there's still a decoder in ffmpeg. https://bugzilla.gnome.org/show_bug.cgi?id=597616
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index b29d7fc8a..9c237ffc5 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -84,6 +84,7 @@ CRUFT_FILES = \
$(top_builddir)/tests/check/elements/selector \
$(top_builddir)/tests/check/elements/valve \
$(top_builddir)/tests/check/pipelines/metadata \
+ $(top_builddir)/tests/check/pipelines/mimic \
$(top_builddir)/tests/examples/jack/jack_client \
$(top_builddir)/tests/examples/scaletempo/scaletempo-demo \
$(top_builddir)/tests/examples/switch/switcher \
@@ -125,6 +126,7 @@ CRUFT_DIRS = \
$(top_srcdir)/ext/ivorbis \
$(top_srcdir)/ext/jack \
$(top_srcdir)/ext/metadata \
+ $(top_srcdir)/ext/mimic \
$(top_srcdir)/ext/mpg123 \
$(top_srcdir)/ext/swfdec \
$(top_srcdir)/ext/tarkin \