Mercurial > mplayer.hg
diff configure @ 26285:fc0c115a793e
Initialize _dvdread variable to "no" in the dvdread check.
author | diego |
---|---|
date | Tue, 01 Apr 2008 21:22:02 +0000 |
parents | c7508e9f9b8c |
children | fc1724f6552c |
line wrap: on
line diff
--- a/configure Tue Apr 01 17:42:16 2008 +0000 +++ b/configure Tue Apr 01 21:22:02 2008 +0000 @@ -5412,6 +5412,7 @@ echocheck "dvdread" if test "$_dvdread_internal" = auto ; then _dvdread_internal=no + _dvdread=no if (linux || freebsd || netbsd || openbsd || dragonfly || darwin || win32 || sunos || hpux) && \ (test "$_dvd" = yes || test "$_cdrom" = yes || test "$_cdio" = yes || \ test "$_dvdio" = yes || test "$_bsdi_dvd" = yes); then