[MPlayer-cvslog] r26318 - trunk/configure

diego subversion at mplayerhq.hu
Tue Apr 1 23:59:39 CEST 2008


Author: diego
Date: Tue Apr  1 23:59:39 2008
New Revision: 26318

Log:
Darwin and Win32 DVD support libs are handled separately, take them back
out of the combined system and DVD header test in the dvdread check.


Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	(original)
+++ trunk/configure	Tue Apr  1 23:59:39 2008
@@ -5413,9 +5413,10 @@ 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
+  if (linux || freebsd || netbsd || openbsd || dragonfly || sunos || hpux) \
+     && (test "$_dvd" = yes || test "$_cdrom" = yes || test "$_cdio" = yes || \
+         test "$_dvdio" = yes || test "$_bsdi_dvd" = yes) \
+     || darwin || win32; then
     _dvdread_internal=yes
     _dvdread=yes
   fi



More information about the MPlayer-cvslog mailing list