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 | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'wscript') diff --git a/wscript b/wscript index 36f3206e18..aca7fbd88d 100644 --- a/wscript +++ b/wscript @@ -271,17 +271,6 @@ If you really mean to compile without libass support use --disable-libass." 'name' : '--lirc', 'desc' : 'lirc', 'func': check_cc(header_name='lirc/lirc_client.h', lib='lirc_client'), - }, { - 'name' : '--vcd', - 'desc' : 'VCD support', - 'deps_any': [ 'os-linux', 'os-freebsd', 'os-netbsd', 'os-openbsd', 'os-darwin' ], - 'func': check_true, - 'os_specific_checks': { - 'os-win32': { - 'func': check_cc(fragment=load_fragment('vcd_windows.c')) - } - }, - 'default': 'disable', }, { 'name': '--libbluray', 'desc': 'Bluray support', -- cgit v1.2.3