Fix typo in code disabling VIDIX on mingw64

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30168 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
reimar 2010-01-02 16:55:41 +00:00
parent bb99b3f640
commit f4f37e555a
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -4529,7 +4529,7 @@ if test "$_vidix" = auto ; then
_vidix=no
x86 && (linux || freebsd || netbsd || openbsd || dragonfly || sunos || win32) \
&& _vidix=yes
x86_64 && win32 && vidix=no
x86_64 && win32 && _vidix=no
(ppc || alpha) && linux && _vidix=yes
fi
echores "$_vidix"