Disable cddb on Darwin at Reimar's request.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21344 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2006-11-27 22:48:54 +00:00
parent fbf78cef93
commit 4f1264ab01
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -5226,7 +5226,7 @@ if test "$_cdparanoia" = yes ; then
_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"