From 37c5c114af8b4747dfa0664bf967958baa9a1c91 Mon Sep 17 00:00:00 2001 From: wm4 Date: Wed, 6 Feb 2013 21:55:35 +0100 Subject: Remove BSD legacy TV/radio support (BT848 stuff) FreeBSD actually supports V4L2, and V4L2 supports this chip. Also, this chip is from 1997. Farewell. --- Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 836a422fd1..3aa27d12e2 100644 --- a/Makefile +++ b/Makefile @@ -72,7 +72,6 @@ SOURCES-$(STREAM_CACHE) += stream/cache2.c SOURCES-$(TV) += stream/stream_tv.c stream/tv.c \ stream/frequencies.c stream/tvi_dummy.c -SOURCES-$(TV_BSDBT848) += stream/tvi_bsdbt848.c SOURCES-$(TV_V4L2) += stream/tvi_v4l2.c stream/audio_in.c SOURCES-$(VCD) += stream/stream_vcd.c -- cgit v1.2.3