0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 12:02:23 +02:00

on solaris x86, set set default for vidix to 'disabled' (does yet not compile)

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7897 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
jkeil 2002-10-24 18:12:40 +00:00
parent 76b9620138
commit 02c9ff51d3

1
configure vendored
View File

@ -1405,6 +1405,7 @@ if test "$_vidix" = auto ; then
x86 && _vidix=yes
cygwin && _vidix=no
qnx && _vidix=no
sunos && _vidix=no
fi
# checking for a working awk, I'm using mawk first, because it's fastest - atmos