Mercurial > mplayer.hg
changeset 30125:b932fc1042f1
Disable vidix on 64 bit MinGW compiles, it seems to fail compiling and
certainly was never tested.
author | reimar |
---|---|
date | Sat, 02 Jan 2010 16:47:26 +0000 |
parents | 248d9886d0b0 |
children | d06ac0e5d63b |
files | configure |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Fri Jan 01 18:51:59 2010 +0000 +++ b/configure Sat Jan 02 16:47:26 2010 +0000 @@ -4529,6 +4529,7 @@ _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"