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. --- old-configure | 3 --- 1 file changed, 3 deletions(-) (limited to 'old-configure') diff --git a/old-configure b/old-configure index 6a8d9533aa..21db04c224 100755 --- a/old-configure +++ b/old-configure @@ -179,7 +179,6 @@ options_state_machine() { opt_yes_no _libquvi4 "libquvi 0.4.x" opt_yes_no _libquvi9 "libquvi 0.9.x" opt_yes_no _lcms2 "LCMS2 support" - opt_yes_no _vcd "VCD support" yes opt_yes_no _bluray "Blu-ray support" opt_yes_no _dvdread "libdvdread" opt_yes_no _dvdnav "libdvdnav" @@ -730,8 +729,6 @@ check_pkg_config "OpenAL" $_openal OPENAL 'openal >= 1.13' check_pkg_config "ALSA audio" $_alsa ALSA 'alsa >= 1.0.9' -check_trivial "VCD support" $_vcd VCD - check_pkg_config "Blu-ray support" $_bluray LIBBLURAY 'libbluray >= 0.2.1' check_pkg_config "dvdread" $_dvdread DVDREAD 'dvdread >= 4.1.0' -- cgit v1.2.3