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