diff options
author | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2010-05-11 14:02:33 +0100 |
---|---|---|
committer | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2010-05-11 14:02:33 +0100 |
commit | bb93d06ca0e7eec762e3c21a0b48a6da9471b5a7 (patch) | |
tree | 0131735ce1cf2e438c8b1143c1f63d8af497733d /Makefile.am | |
parent | b744bad089a4e831f61140857801ce9f8e896ec6 (diff) | |
download | gstreamer-plugins-bad-bb93d06ca0e7eec762e3c21a0b48a6da9471b5a7.tar.gz |
Remove imagefreeze plugin/element.
It has been moved to gst-plugins-good.
See #613786.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 3821d0c71..fdd7e9cb4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -46,12 +46,15 @@ CRUFT_FILES = \ $(top_builddir)/gst/flacparse/.libs/*.{so,dll,DLL,dylib} \ $(top_builddir)/gst/shapewipe/.libs/*.{so,dll,DLL,dylib} \ $(top_builddir)/ext/ivorbis/.libs/*.{so,dll,DLL,dylib} \ - $(top_builddir)/tests/check/elements/capssetter + $(top_builddir)/gst/imagefreeze/.libs/*.{so,dll,DLL,dylib} \ + $(top_builddir)/tests/check/elements/capssetter \ + $(top_builddir)/tests/check/elements/imagefreeze CRUFT_DIRS = \ $(top_srcdir)/gst/aacparse \ $(top_srcdir)/gst/amrparse \ $(top_srcdir)/gst/flacparse \ + $(top_srcdir)/gst/imagefreeze \ $(top_srcdir)/gst/shapewipe \ $(top_srcdir)/tests/examples/shapewipe $(top_srcdir)/ext/ivorbis |