Mercurial > mplayer.hg
changeset 35949:d67b0acab00f
configure: Do not consider unrelated libdvdcss variables in libdvdread test.
author | diego |
---|---|
date | Fri, 22 Mar 2013 19:59:38 +0000 |
parents | ab41adf81569 |
children | 8023c4765019 |
files | configure |
diffstat | 1 files changed, 1 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Fri Mar 22 19:59:37 2013 +0000 +++ b/configure Fri Mar 22 19:59:38 2013 +0000 @@ -6008,9 +6008,7 @@ echocheck "dvdread" if test "$_dvdread_internal" = auto ; then _dvdread_internal=no - if (linux || freebsd || netbsd || openbsd || dragonfly || sunos || hpux) && - (test "$_dvd" = yes || test "$_cdrom" = yes || test "$_cdio" = yes || - test "$_dvdio" = yes || test "$_bsdi_dvd" = yes) || + if linux || freebsd || netbsd || openbsd || dragonfly || sunos || hpux || darwin || win32 || os2; then _dvdread_internal=yes _dvdread=yes