summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2012-08-02 23:51:54 +0200
committerwm4 <wm4@nowhere>2012-08-02 23:51:54 +0200
commit2aef9e2ef3a3c69466a3f0a737145f1f72c786f0 (patch)
tree2ddf52bce000a587faf97a53ad9b5cd633d6ffd1 /Makefile
parent7059c15f4af047d29bed9ea8b17a3702980b8442 (diff)
downloadmpv-2aef9e2ef3a3c69466a3f0a737145f1f72c786f0.tar.bz2
mpv-2aef9e2ef3a3c69466a3f0a737145f1f72c786f0.tar.xz
stream: remove V4L TV input and V4L radio support
There are V4L2 drivers, and the old V4L stuff seems plain unnecessary.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 37758d7b52..b094f4e3b6 100644
--- a/Makefile
+++ b/Makefile
@@ -136,7 +136,6 @@ SRCS_COMMON-$(TV_DSHOW) += stream/tvi_dshow.c \
loader/dshow/guids.c \
loader/dshow/mediatype.c \
-SRCS_COMMON-$(TV_V4L1) += stream/tvi_v4l.c stream/audio_in.c
SRCS_COMMON-$(TV_V4L2) += stream/tvi_v4l2.c stream/audio_in.c
SRCS_COMMON-$(VCD) += stream/stream_vcd.c
SRCS_COMMON-$(VSTREAM) += stream/stream_vstream.c