From bb99b3f6402fcf7055e9f5bdbd18b8c7fe8770a6 Mon Sep 17 00:00:00 2001 From: reimar Date: Sat, 2 Jan 2010 16:47:26 +0000 Subject: 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 --- configure | 1 + 1 file changed, 1 insertion(+) 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" -- cgit v1.2.3