Mercurial > mplayer.hg
changeset 6420:370b50a47a18
Darwin/Mac OS X dvd support. Patch from Joey Parrish <joey@yunamusic.com>
author | atmos4 |
---|---|
date | Thu, 13 Jun 2002 22:39:59 +0000 |
parents | 773d71059d8a |
children | 9d00332ca943 |
files | configure |
diffstat | 1 files changed, 2 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Thu Jun 13 21:35:10 2002 +0000 +++ b/configure Thu Jun 13 22:39:59 2002 +0000 @@ -2909,13 +2909,12 @@ echocheck "DVD support (libmpdvdkit)" if test "$_dvdkit" = auto ; then _dvdkit=no - if linux || freebsd || netbsd ; then + if linux || freebsd || netbsd || darwin; then test -f "./libmpdvdkit/Makefile" && _dvdkit=yes fi fi if test "$_dvdkit" = yes ; then - test "$_dvd" = yes || test "$_cdrom" = yes || test "$_cdio" = yes || test "$_dvdio" = yes || test "$_bdsi_dvd" = yes && _dvdkit=yes - if test "$_dvdkit" = yes ; then + if test "$_dvd" = yes || test "$_cdrom" = yes || test "$_cdio" = yes || test "$_dvdio" = yes || test "$_bdsi_dvd" = yes ; then _inputmodules="mpdvdkit $_inputmodules" _dvdread=included fi