From a192f32a3a6f6c3c66542f48b512f3892dbed838 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sun, 1 Jun 2014 17:22:21 +0200 Subject: stream: remove VCD support If a single person complains, I will readd it. But I don't expect that this will happen. The main reason for removing this is that it's some of the most unclean code remaining, it's unmaintained, and I've never ever heard of someone using it. --- wscript_build.py | 1 - 1 file changed, 1 deletion(-) (limited to 'wscript_build.py') diff --git a/wscript_build.py b/wscript_build.py index 941887a08b..ca1be85631 100644 --- a/wscript_build.py +++ b/wscript_build.py @@ -255,7 +255,6 @@ def build(ctx): ( "stream/stream_rar.c" ), ( "stream/stream_smb.c", "libsmbclient" ), ( "stream/stream_tv.c", "tv" ), - ( "stream/stream_vcd.c", "vcd" ), ( "stream/tv.c", "tv" ), ( "stream/tvi_dummy.c", "tv" ), ( "stream/tvi_v4l2.c", "tv-v4l2"), -- cgit v1.2.3