diff options
author | wm4 <wm4@nowhere> | 2012-08-02 23:51:54 +0200 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2012-08-02 23:51:54 +0200 |
commit | 2aef9e2ef3a3c69466a3f0a737145f1f72c786f0 (patch) | |
tree | 2ddf52bce000a587faf97a53ad9b5cd633d6ffd1 /Makefile | |
parent | 7059c15f4af047d29bed9ea8b17a3702980b8442 (diff) |
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-- | Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 |