[MPlayer-cvslog] r26317 - trunk/configure

diego subversion at mplayerhq.hu
Tue Apr 1 23:22:02 CEST 2008


Author: diego
Date: Tue Apr  1 23:22:02 2008
New Revision: 26317

Log:
Initialize _dvdread variable to "no" in the dvdread check.


Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	(original)
+++ trunk/configure	Tue Apr  1 23:22:02 2008
@@ -5412,6 +5412,7 @@ echores "$_vcd"
 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



More information about the MPlayer-cvslog mailing list