diff options
author | reimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-12-04 20:28:27 +0000 |
---|---|---|
committer | reimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-12-04 20:28:27 +0000 |
commit | b20ee9dff3479da5ea961bc4280c3237e2000757 (patch) | |
tree | e533728e6e2f949355dd8034f85ffef5035e7e78 /configure | |
parent | 84c2a2c9271c2577b77aaa191f5e2f951a1b42da (diff) |
Move cddb "autodetection" so it also works for libcdio
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21496 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5250,7 +5250,6 @@ if test "$_cdparanoia" = yes ; then _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 @@ fi 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 |