summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-01-02 16:47:26 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-01-02 16:47:26 +0000
commitbb99b3f6402fcf7055e9f5bdbd18b8c7fe8770a6 (patch)
tree93dd34a06793901060f5c78cd80fc253af59efdf
parentc1d166be18a2cabbe0df2a1c6a704f04a97137cd (diff)
downloadmpv-bb99b3f6402fcf7055e9f5bdbd18b8c7fe8770a6.tar.bz2
mpv-bb99b3f6402fcf7055e9f5bdbd18b8c7fe8770a6.tar.xz
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
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index c3477e9f56..23a3f2ad1f 100755
--- a/configure
+++ b/configure
@@ -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"