diff options
author | Tim-Philipp Müller <tim@centricular.net> | 2012-09-11 01:31:54 +0100 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2012-09-11 01:33:11 +0100 |
commit | 6b670d701ccd1df7e178546f1aebbdd9ed6d3107 (patch) | |
tree | 0a80ab5653d545309cf90a4c1d97ffb5557fdb1f /Makefile.am | |
parent | ad3c72c3276b672f689a68771e14ad00449a4bdc (diff) | |
download | gstreamer-plugins-base-6b670d701ccd1df7e178546f1aebbdd9ed6d3107.tar.gz |
gdp: move gdp plugin to -bad
It needs to be reworked for 1.0
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 828f2e39e..8cb333367 100644 --- a/Makefile.am +++ b/Makefile.am @@ -77,12 +77,16 @@ CRUFT_FILES = \ $(top_builddir)/common/shave \ $(top_builddir)/common/shave-libtool \ $(top_builddir)/gst-libs/gst/audio/testchannels \ + $(top_builddir)/tests/check/elements/gdppay \ + $(top_builddir)/tests/check/elements/gdpdepay \ + $(top_builddir)/tests/check/pipelines/streamheader \ $(top_builddir)/tests/examples/audio/testchannels \ $(top_builddir)/tests/examples/volume/volume \ $(top_builddir)/tools/gst-discoverer CRUFT_DIRS = \ $(top_srcdir)/ext/gio \ + $(top_srcdir)/gst/gdp \ $(top_srcdir)/sys/v4l \ $(top_srcdir)/tests/examples/v4l |