diff options
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' |