summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorUoti Urpala <uau@glyph.nonexistent.invalid>2010-01-08 01:17:56 +0200
committerUoti Urpala <uau@glyph.nonexistent.invalid>2010-01-08 01:17:56 +0200
commitd157b2a8ce6c4a708b91dc5e2d52b2d672e8c2ec (patch)
treebfcdec92ef691c472bb71a896ccb5ee1d7e29129 /configure
parentdd0bab9239fb1be1df856205d6a5c085910e0ae8 (diff)
parent1d3fd9e1ea720c23076268cb69fa2c4245dd9109 (diff)
downloadmpv-d157b2a8ce6c4a708b91dc5e2d52b2d672e8c2ec.tar.bz2
mpv-d157b2a8ce6c4a708b91dc5e2d52b2d672e8c2ec.tar.xz
Merge svn changes up to r30173
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index a9089c4bcc..fec2a3ac42 100755
--- a/configure
+++ b/configure
@@ -4432,6 +4432,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"