diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-11-27 22:48:54 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-11-27 22:48:54 +0000 |
commit | 4f1264ab01f48977ef60615aefaa6787afa08047 (patch) | |
tree | e67bc7629aea542ebbc53757e5a4a22059c4fab6 | |
parent | fbf78cef93b2ec3452d980f75fc564af28355109 (diff) |
Disable cddb on Darwin at Reimar's request.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21344 b3059339-0415-0410-9bf9-f77b7e298cf2
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |