Mercurial > mplayer.hg
comparison configure @ 7896:e91e61212aea
on solaris x86, set set default for vidix to 'disabled' (does yet not compile)
author | jkeil |
---|---|
date | Thu, 24 Oct 2002 18:12:40 +0000 |
parents | 32eceb109114 |
children | 283093551036 |
comparison
equal
deleted
inserted
replaced
7895:fcd8c5d6795d | 7896:e91e61212aea |
---|---|
1403 _vidix=no | 1403 _vidix=no |
1404 # should check for x86 systems supporting vidix (does qnx have vidix?) | 1404 # should check for x86 systems supporting vidix (does qnx have vidix?) |
1405 x86 && _vidix=yes | 1405 x86 && _vidix=yes |
1406 cygwin && _vidix=no | 1406 cygwin && _vidix=no |
1407 qnx && _vidix=no | 1407 qnx && _vidix=no |
1408 sunos && _vidix=no | |
1408 fi | 1409 fi |
1409 | 1410 |
1410 # checking for a working awk, I'm using mawk first, because it's fastest - atmos | 1411 # checking for a working awk, I'm using mawk first, because it's fastest - atmos |
1411 _awk= | 1412 _awk= |
1412 if test "$_vidix" = yes ; then | 1413 if test "$_vidix" = yes ; then |