diff options
author | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2011-06-07 20:43:24 +0100 |
---|---|---|
committer | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2011-06-07 20:47:46 +0100 |
commit | c092981b16d4675d6df2a8353a52df7130c5e457 (patch) | |
tree | d1ef37115fbf737590fd4753b90b43e3bccedfab /Makefile.am | |
parent | 2a94b0eb04f4b5efb3ef7b838653d4eb4b8ddc43 (diff) |
Remove v4l plugin
The old v4l interface has been deprecated for years and even
been removed from the kernel headers. If anyone still needs
this plugin, they can resurrect it in gst-plugins-bad, there's
no reason for it to be in -base.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 00201ecf3..126379f39 100644 --- a/Makefile.am +++ b/Makefile.am @@ -79,6 +79,9 @@ CRUFT_FILES = \ $(top_builddir)/gst-libs/gst/audio/testchannels \ $(top_builddir)/tools/gst-discoverer +CRUFT_DIRS = \ + $(top_srcdir)/sys/v4l \ + $(top_srcdir)/tests/examples/v4l include $(top_srcdir)/common/cruft.mak |