# HG changeset patch # User pl # Date 1006903078 0 # Node ID 59d8aea763414a68faeadd4a715c310fe756c7c7 # Parent b6bb21d686cde5d732f8802c7684a023c3e29982 vcd status in summary was sometimes wrong (found by atmos) diff -r b6bb21d686cd -r 59d8aea76341 configure --- a/configure Tue Nov 27 21:54:27 2001 +0000 +++ b/configure Tue Nov 27 23:17:58 2001 +0000 @@ -1864,6 +1864,15 @@ echores "$_sgiaudio" +echocheck "VCD support" +if linux || bsdos || freebsd || sunos ; then + _inputmodules="vcd $_inputmodules" + echores "ok" +else + echores "not supported on this OS" +fi + + echocheck "DVD support" if test "$_dvdread" = auto ; then cat > $TMPC << EOF @@ -2820,7 +2829,7 @@ Install prefix: $_prefix Data directory: $_datadir - Input: vcd $_inputmodules + Input: $_inputmodules Codecs: $_codecmodules Audio output drivers: null $_aomodules Video output drivers: null $_vomodules