1
mirror of https://github.com/mpv-player/mpv synced 2025-01-24 19:37:30 +01:00

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
This commit is contained in:
diego 2010-04-22 14:02:20 +00:00
parent 02afa9baf4
commit 701bbdfea6

2
configure vendored
View File

@ -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"