mirror of
https://github.com/mpv-player/mpv
synced 2025-01-17 20:48:46 +00:00
replaced ! with not as adviced by Reimar
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22838 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
50c2d32f26
commit
47f12e5698
2
configure
vendored
2
configure
vendored
@ -2497,7 +2497,7 @@ if test "$_vidix_internal" = auto ; then
|
||||
ppc && linux && _vidix_internal=yes
|
||||
alpha && linux && _vidix_internal=yes
|
||||
qnx && _vidix_internal=no
|
||||
sunos && ! x86 && _vidix_internal=no
|
||||
sunos && not x86 && _vidix_internal=no
|
||||
beos && _vidix_internal=no
|
||||
darwin && _vidix_internal=no
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user