summaryrefslogtreecommitdiff
path: root/libavdevice/Makefile
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2012-01-12 11:22:59 +0100
committerAnton Khirnov <anton@khirnov.net>2012-01-24 18:04:19 +0100
commit941e9f22386e923183dc4c5392d0ef2a85b68d51 (patch)
tree95befca94e83d76bbf1f6cd93c1ef91b402b3e05 /libavdevice/Makefile
parentd1ad6bdb6b578919f706694656a071d7ff7d9d84 (diff)
lavd: remove deprecated v4l grab device.
Diffstat (limited to 'libavdevice/Makefile')
-rw-r--r--libavdevice/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavdevice/Makefile b/libavdevice/Makefile
index 1a1e2f129d..82268172c3 100644
--- a/libavdevice/Makefile
+++ b/libavdevice/Makefile
@@ -20,7 +20,6 @@ OBJS-$(CONFIG_PULSE_INDEV) += pulse.o
OBJS-$(CONFIG_SNDIO_INDEV) += sndio_common.o sndio_dec.o
OBJS-$(CONFIG_SNDIO_OUTDEV) += sndio_common.o sndio_enc.o
OBJS-$(CONFIG_V4L2_INDEV) += v4l2.o
-OBJS-$(CONFIG_V4L_INDEV) += v4l.o
OBJS-$(CONFIG_VFWCAP_INDEV) += vfwcap.o
OBJS-$(CONFIG_X11_GRAB_DEVICE_INDEV) += x11grab.o