Mercurial > mplayer.hg
changeset 30126:d06ac0e5d63b
Fix typo in code disabling VIDIX on mingw64
author | reimar |
---|---|
date | Sat, 02 Jan 2010 16:55:41 +0000 |
parents | b932fc1042f1 |
children | 774aa6f7399e |
files | configure |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Sat Jan 02 16:47:26 2010 +0000 +++ b/configure Sat Jan 02 16:55:41 2010 +0000 @@ -4529,7 +4529,7 @@ _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"