summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-04-22 14:02:20 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-04-22 14:02:20 +0000
commit701bbdfea617c6c8cd902010376c2be1377f281c (patch)
treec86cf6666d9752bc7808bca72b9eda6752594326 /configure
parent02afa9baf44eec0e99e9d377f3ae9371d91563c5 (diff)
downloadmpv-701bbdfea617c6c8cd902010376c2be1377f281c.tar.bz2
mpv-701bbdfea617c6c8cd902010376c2be1377f281c.tar.xz
VIDIX only works for Linux on the x86_64 architecture, not on other OSes.
Fixes Debian bug #578622. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31057 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 2879f3fa50..3ca3a736d6 100755
--- a/configure
+++ b/configure
@@ -4716,7 +4716,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 && ! linux && _vidix=no
(ppc || alpha) && linux && _vidix=yes
fi
echores "$_vidix"