summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-12-04 20:28:27 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-12-04 20:28:27 +0000
commitb20ee9dff3479da5ea961bc4280c3237e2000757 (patch)
treee533728e6e2f949355dd8034f85ffef5035e7e78 /configure
parent84c2a2c9271c2577b77aaa191f5e2f951a1b42da (diff)
downloadmpv-b20ee9dff3479da5ea961bc4280c3237e2000757.tar.bz2
mpv-b20ee9dff3479da5ea961bc4280c3237e2000757.tar.xz
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-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index adc6a45d7f..69a2951ffc 100755
--- a/configure
+++ b/configure
@@ -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