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(+) (limited to 'configure') 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 From f4f37e555a0fd2041009cbf431ea9ec58203f5de Mon Sep 17 00:00:00 2001 From: reimar Date: Sat, 2 Jan 2010 16:55:41 +0000 Subject: Fix typo in code disabling VIDIX on mingw64 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30168 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index 23a3f2ad1f..a8ed79b24a 100755 --- a/configure +++ b/configure @@ -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" -- cgit v1.2.3