mirror of https://github.com/mpv-player/mpv
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
This commit is contained in:
parent
49df6450b9
commit
f806047369
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue