mirror of
https://github.com/mpv-player/mpv
synced 2025-01-20 22:40: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:
parent
289750a92f
commit
d704ca0b5c
3
configure
vendored
3
configure
vendored
@ -1277,6 +1277,7 @@ if test "$_vidix" = auto ; then
|
|||||||
# should check for x86 systems supporting vidix (does qnx have vidix?)
|
# should check for x86 systems supporting vidix (does qnx have vidix?)
|
||||||
x86 && _vidix=yes
|
x86 && _vidix=yes
|
||||||
cygwin && _vidix=no
|
cygwin && _vidix=no
|
||||||
|
qnx && _vidix=no
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# checking for a working awk, I'm using mawk first, because it's fastest - atmos
|
# checking for a working awk, I'm using mawk first, because it's fastest - atmos
|
||||||
@ -3279,13 +3280,13 @@ if test "$_real" = auto ; then
|
|||||||
fi;
|
fi;
|
||||||
done
|
done
|
||||||
fi
|
fi
|
||||||
fi
|
|
||||||
test "$_reallibdir" || _real=no
|
test "$_reallibdir" || _real=no
|
||||||
if test "$_real" = yes ; then
|
if test "$_real" = yes ; then
|
||||||
echores "yes (using $_reallibdir)"
|
echores "yes (using $_reallibdir)"
|
||||||
else
|
else
|
||||||
echores "no (no suitable directory found - see DOCS/codecs.html)"
|
echores "no (no suitable directory found - see DOCS/codecs.html)"
|
||||||
fi
|
fi
|
||||||
|
fi
|
||||||
else
|
else
|
||||||
echores "no (dynamic loader support needed)"
|
echores "no (dynamic loader support needed)"
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user