[MPlayer-cvslog] r33555 - trunk/configure
reimar
subversion at mplayerhq.hu
Sat Jun 4 11:10:13 CEST 2011
Author: reimar
Date: Sat Jun 4 11:10:04 2011
New Revision: 33555
Log:
Fix _libcdio staying on "auto" if cdparanoia test succeeded before.
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure Fri Jun 3 17:43:38 2011 (r33554)
+++ trunk/configure Sat Jun 4 11:10:04 2011 (r33555)
@@ -5953,6 +5953,7 @@ if test "$_libcdio" = yes && test "$_cdp
def_libcdio='#define CONFIG_LIBCDIO 1'
def_havelibcdio='yes'
else
+ _libcdio=no
if test "$_cdparanoia" = yes ; then
res_comment="using cdparanoia"
fi
More information about the MPlayer-cvslog
mailing list