[MPlayer-cvslog] r21344 - trunk/configure
diego
subversion at mplayerhq.hu
Mon Nov 27 23:48:54 CET 2006
Author: diego
Date: Mon Nov 27 23:48:54 2006
New Revision: 21344
Modified:
trunk/configure
Log:
Disable cddb on Darwin at Reimar's request.
Modified: trunk/configure
==============================================================================
--- trunk/configure (original)
+++ trunk/configure Mon Nov 27 23:48:54 2006
@@ -5226,7 +5226,7 @@
_cdda='yes'
_ld_extra="$_ld_extra -lcdda_interface -lcdda_paranoia"
openbsd && _ld_extra="$_ld_extra -lutil"
- test $_network = yes && _cddb=yes
+ test $_network = yes && not darwin && _cddb=yes
fi
echores "$_cdparanoia"
More information about the MPlayer-cvslog
mailing list