summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorpl <pl@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-11-27 23:17:58 +0000
committerpl <pl@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-11-27 23:17:58 +0000
commitf806047369d8c222d83df693803604ecf5697743 (patch)
tree63fcead405233945662b4a3b583b3f4bd6fde1d4 /configure
parent49df6450b917209ed25bc767394631b86717558c (diff)
downloadmpv-f806047369d8c222d83df693803604ecf5697743.tar.bz2
mpv-f806047369d8c222d83df693803604ecf5697743.tar.xz
vcd status in summary was sometimes wrong (found by atmos)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3171 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure11
1 files changed, 10 insertions, 1 deletions
diff --git a/configure b/configure
index 9b22196348..6261c3bab2 100755
--- a/configure
+++ b/configure
@@ -1864,6 +1864,15 @@ fi
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 @@ Config files successfully generated by ./configure !
Install prefix: $_prefix
Data directory: $_datadir
- Input: vcd $_inputmodules
+ Input: $_inputmodules
Codecs: $_codecmodules
Audio output drivers: null $_aomodules
Video output drivers: null $_vomodules