summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorjkeil <jkeil@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-10-24 18:12:40 +0000
committerjkeil <jkeil@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-10-24 18:12:40 +0000
commit02c9ff51d398de386ba55417b744e67f48d57c42 (patch)
tree964cc6561e2d71a36317e8f455aea1ef9980c547 /configure
parent76b9620138895411e9fd3e8b721a6daa58f402c7 (diff)
downloadmpv-02c9ff51d398de386ba55417b744e67f48d57c42.tar.bz2
mpv-02c9ff51d398de386ba55417b744e67f48d57c42.tar.xz
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
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index 1218ff716b..cf263b2e5b 100755
--- a/configure
+++ b/configure
@@ -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