Mercurial > mplayer.hg
comparison configure @ 26158:5c53b397a536
Add parentheses where necessary to fix || conditions to work as intended.
author | diego |
---|---|
date | Fri, 07 Mar 2008 10:39:43 +0000 |
parents | 64654d7bebbc |
children | 594539924c2e |
comparison
equal
deleted
inserted
replaced
26157:64654d7bebbc | 26158:5c53b397a536 |
---|---|
4252 _vidix_drv_sis=no | 4252 _vidix_drv_sis=no |
4253 _def_vidix_drv_unichrome='#undef CONFIG_VIDIX_DRV_UNICHROME' | 4253 _def_vidix_drv_unichrome='#undef CONFIG_VIDIX_DRV_UNICHROME' |
4254 _vidix_drv_unichrome=no | 4254 _vidix_drv_unichrome=no |
4255 if test "$_vidix_internal" = auto ; then | 4255 if test "$_vidix_internal" = auto ; then |
4256 _vidix_internal=no | 4256 _vidix_internal=no |
4257 x86 && linux || freebsd || netbsd || openbsd || sunos || win32 \ | 4257 x86 && (linux || freebsd || netbsd || openbsd || sunos || win32) \ |
4258 && _vidix_internal=yes | 4258 && _vidix_internal=yes |
4259 ppc || alpha && linux && _vidix_internal=yes | 4259 (ppc || alpha) && linux && _vidix_internal=yes |
4260 fi | 4260 fi |
4261 if test "$_vidix_internal" = yes; then | 4261 if test "$_vidix_internal" = yes; then |
4262 _res_comment="internal" | 4262 _res_comment="internal" |
4263 _vidix_external=no | 4263 _vidix_external=no |
4264 _vidix=yes | 4264 _vidix=yes |
5387 | 5387 |
5388 | 5388 |
5389 echocheck "dvdread" | 5389 echocheck "dvdread" |
5390 if test "$_dvdread_internal" = auto ; then | 5390 if test "$_dvdread_internal" = auto ; then |
5391 _dvdread_internal=no | 5391 _dvdread_internal=no |
5392 if linux || freebsd || netbsd || darwin || openbsd || win32 || sunos || hpux && \ | 5392 if (linux || freebsd || netbsd || darwin || openbsd || win32 || sunos || hpux) && \ |
5393 test "$_dvd" = yes || test "$_cdrom" = yes || test "$_cdio" = yes || \ | 5393 (test "$_dvd" = yes || test "$_cdrom" = yes || test "$_cdio" = yes || \ |
5394 test "$_dvdio" = yes || test "$_bsdi_dvd" = yes || \ | 5394 test "$_dvdio" = yes || test "$_bsdi_dvd" = yes || \ |
5395 test "$_hpux_scsi_h" = yes ; then | 5395 test "$_hpux_scsi_h" = yes); then |
5396 _dvdread_internal=yes | 5396 _dvdread_internal=yes |
5397 _dvdread=yes | 5397 _dvdread=yes |
5398 fi | 5398 fi |
5399 elif test "$_dvdread" = auto ; then | 5399 elif test "$_dvdread" = auto ; then |
5400 _dvdread=no | 5400 _dvdread=no |