Mercurial > mplayer.hg
comparison configure @ 9504:cae70d37f337
10l found by Joey Parrish <joey@nicewarrior.org>
author | alex |
---|---|
date | Tue, 25 Feb 2003 16:50:52 +0000 |
parents | 7e282f362dbe |
children | 9c596857cbe0 |
comparison
equal
deleted
inserted
replaced
9503:f47d484d8f28 | 9504:cae70d37f337 |
---|---|
3513 test -f "./libmpdvdkit2/Makefile" && _dvdkit=yes | 3513 test -f "./libmpdvdkit2/Makefile" && _dvdkit=yes |
3514 test -f "./libmpdvdkit/Makefile" && _dvdkit=yes | 3514 test -f "./libmpdvdkit/Makefile" && _dvdkit=yes |
3515 fi | 3515 fi |
3516 fi | 3516 fi |
3517 if test "$_dvdkit" = yes ; then | 3517 if test "$_dvdkit" = yes ; then |
3518 if test "$_dvd" = yes || test "$_cdrom" = yes || test "$_cdio" = yes || test "$_dvdio" = yes || test "$_bsdi_dvd" = yes || darwin || cygwin ; then | 3518 if test "$_dvd" = yes || test "$_cdrom" = yes || test "$_cdio" = yes || test "$_dvdio" = yes || test "$_bsdi_dvd" = yes || test "$_hpux_scsi_h" = yes || darwin || cygwin ; then |
3519 if test -f "./libmpdvdkit2/Makefile" ; then | 3519 if test -f "./libmpdvdkit2/Makefile" ; then |
3520 _inputmodules="mpdvdkit2 $_inputmodules" | 3520 _inputmodules="mpdvdkit2 $_inputmodules" |
3521 _dvdread=libmpdvdkit2 | 3521 _dvdread=libmpdvdkit2 |
3522 _dvdkit2=yes | 3522 _dvdkit2=yes |
3523 _dvdkit=no | 3523 _dvdkit=no |