[MPlayer-cvslog] r21496 - trunk/configure
reimar
subversion at mplayerhq.hu
Mon Dec 4 21:28:28 CET 2006
Author: reimar
Date: Mon Dec 4 21:28:27 2006
New Revision: 21496
Modified:
trunk/configure
Log:
Move cddb "autodetection" so it also works for libcdio
Modified: trunk/configure
==============================================================================
--- trunk/configure (original)
+++ trunk/configure Mon Dec 4 21:28:27 2006
@@ -5250,7 +5250,6 @@
_cdda='yes'
_ld_extra="$_ld_extra -lcdda_interface -lcdda_paranoia"
openbsd && _ld_extra="$_ld_extra -lutil"
- test $_cddb = auto && test $_network = yes && not darwin && _cddb=yes
fi
echores "$_cdparanoia"
@@ -5297,6 +5296,7 @@
echores "$_libcdio"
if test "$_cdda" = yes ; then
+ test $_cddb = auto && test $_network = yes && not darwin && _cddb=yes
_def_cdparanoia='#define HAVE_CDDA'
_inputmodules="cdda $_inputmodules"
else
More information about the MPlayer-cvslog
mailing list