summaryrefslogtreecommitdiff
path: root/sys/Makefile.am
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim.muller@collabora.co.uk>2011-06-07 20:43:24 +0100
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2011-06-07 20:47:46 +0100
commitc092981b16d4675d6df2a8353a52df7130c5e457 (patch)
treed1ef37115fbf737590fd4753b90b43e3bccedfab /sys/Makefile.am
parent2a94b0eb04f4b5efb3ef7b838653d4eb4b8ddc43 (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 'sys/Makefile.am')
-rw-r--r--sys/Makefile.am10
1 files changed, 1 insertions, 9 deletions
diff --git a/sys/Makefile.am b/sys/Makefile.am
index 8a0309a01..c3c22381c 100644
--- a/sys/Makefile.am
+++ b/sys/Makefile.am
@@ -1,9 +1,3 @@
-if USE_GST_V4L
-V4L_DIR=v4l
-else
-V4L_DIR=
-endif
-
if USE_X
XIMAGE_DIR=ximage
else
@@ -18,11 +12,9 @@ endif
SUBDIRS = \
$(XIMAGE_DIR) \
- $(XVIMAGE_DIR) \
- $(V4L_DIR)
+ $(XVIMAGE_DIR)
DIST_SUBDIRS = \
- v4l \
ximage \
xvimage