1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-15 03:15:52 +00:00

Small fix for real check.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6413 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
atmos4 2002-06-13 11:53:22 +00:00
parent 289750a92f
commit d704ca0b5c

13
configure vendored
View File

@ -1277,6 +1277,7 @@ if test "$_vidix" = auto ; then
# should check for x86 systems supporting vidix (does qnx have vidix?)
x86 && _vidix=yes
cygwin && _vidix=no
qnx && _vidix=no
fi
# checking for a working awk, I'm using mawk first, because it's fastest - atmos
@ -3279,12 +3280,12 @@ if test "$_real" = auto ; then
fi;
done
fi
fi
test "$_reallibdir" || _real=no
if test "$_real" = yes ; then
echores "yes (using $_reallibdir)"
else
echores "no (no suitable directory found - see DOCS/codecs.html)"
test "$_reallibdir" || _real=no
if test "$_real" = yes ; then
echores "yes (using $_reallibdir)"
else
echores "no (no suitable directory found - see DOCS/codecs.html)"
fi
fi
else
echores "no (dynamic loader support needed)"