summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-11-27 22:02:06 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-11-27 22:02:06 +0000
commita96d2ce940af27a47e34c3c7c20270a3e158a196 (patch)
tree8a935a6316146b8dd1f85591051bfc44406da0d0 /configure
parent6157b0b3ea1d5d7a03ecd814a17689a46b17d7e8 (diff)
downloadmpv-a96d2ce940af27a47e34c3c7c20270a3e158a196.tar.bz2
mpv-a96d2ce940af27a47e34c3c7c20270a3e158a196.tar.xz
Add a config.mak variable for CDDB.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21342 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure b/configure
index a756eead9a..5948ff6953 100755
--- a/configure
+++ b/configure
@@ -5226,6 +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
fi
echores "$_cdparanoia"
@@ -7434,6 +7435,7 @@ CONFIG_DTS = $_libdts
MPLAYER = $_mplayer
MENCODER = $_mencoder
CDDA = $_cdda
+CDDB = $_cddb
BITMAP_FONT = $_bitmap_font
FREETYPE = $_freetype
CONFIG_ASS = $_ass