summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2016-11-28 11:26:50 +0000
committerTim-Philipp Müller <tim@centricular.com>2016-11-28 11:26:50 +0000
commitde4bb6e1d4793637fd72d7316d06ebba4148583e (patch)
tree63413670ea3c6bd6f272c2e54b198cbd2a620ed4 /Makefile.am
parent674efaadd92b22a81fc7a3e38a2db10c9bb4d5bb (diff)
downloadgstreamer-plugins-bad-de4bb6e1d4793637fd72d7316d06ebba4148583e.tar.gz
dataurisrc: remove plugin, moved to core
https://bugzilla.gnome.org/show_bug.cgi?id=774527
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 9c237ffc5..452c355a2 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -78,6 +78,7 @@ CRUFT_FILES = \
$(top_builddir)/tests/check/elements/{aac,ac3,amr,flac,mpegaudio,dca}parse \
$(top_builddir)/tests/check/elements/autocolorspace \
$(top_builddir)/tests/check/elements/capssetter \
+ $(top_builddir)/tests/check/elements/dataurisrc \
$(top_builddir)/tests/check/elements/imagefreeze \
$(top_builddir)/tests/check/elements/qtmux \
$(top_builddir)/tests/check/elements/rtpmux \
@@ -97,6 +98,7 @@ CRUFT_DIRS = \
$(top_srcdir)/gst/aacparse \
$(top_srcdir)/gst/amrparse \
$(top_srcdir)/gst/camerabin \
+ $(top_srcdir)/gst/dataurisrc \
$(top_srcdir)/gst/flacparse \
$(top_srcdir)/gst/hls \
$(top_srcdir)/gst/imagefreeze \