diff options
author | wm4 <wm4@nowhere> | 2014-06-01 17:22:21 +0200 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2014-06-01 17:22:21 +0200 |
commit | a192f32a3a6f6c3c66542f48b512f3892dbed838 (patch) | |
tree | 66e4c4e5f0b3be5b138a16147b34eccc5992abc0 /old-configure | |
parent | 5a5a3c53f75a093b1a0642174cdbd5a9504e083f (diff) |
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.
Diffstat (limited to 'old-configure')
-rwxr-xr-x | old-configure | 3 |
1 files changed, 0 insertions, 3 deletions
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' |