Mercurial > mplayer.hg
changeset 5813:737920323eb8
enable dvdkit only for linux, bsd* and solaris
author | arpi |
---|---|
date | Wed, 24 Apr 2002 19:37:10 +0000 |
parents | f9d23c2aa6b7 |
children | 16186e365197 |
files | configure |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Wed Apr 24 17:28:23 2002 +0000 +++ b/configure Wed Apr 24 19:37:10 2002 +0000 @@ -2574,7 +2574,9 @@ echocheck "DVD support (libmpdvdkit)" if test "$_dvdkit" = auto ; then _dvdkit=no - test -f "./libmpdvdkit/Makefile" && _dvdkit=yes + if linux || bsd || sunos ; 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