Disable vidix on 64 bit MinGW compiles, it seems to fail compiling and

certainly was never tested.


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

1
configure vendored
View File

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